patch-2.0.21 linux/fs/namei.c
Next file: linux/fs/super.c
Previous file: linux/fs/locks.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Sep 20 13:17:18 1996
- Orig file:
v2.0.20/linux/fs/namei.c
- Orig date:
Wed Sep 11 17:57:15 1996
diff -u --recursive --new-file v2.0.20/linux/fs/namei.c linux/fs/namei.c
@@ -585,7 +585,7 @@
if (dir->i_sb && dir->i_sb->dq_op)
dir->i_sb->dq_op->initialize(dir, -1);
down(&dir->i_sem);
- error = dir->i_op->mkdir(dir, basename, namelen, mode & 0777 & ~current->fs->umask);
+ error = dir->i_op->mkdir(dir, basename, namelen, mode & 01777 & ~current->fs->umask);
up(&dir->i_sem);
iput(dir);
return error;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov