patch-2.2.18 linux/fs/ufs/ialloc.c
Next file: linux/fs/vfat/namei.c
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Sep 12 12:55:12 2000
- Orig file:
v2.2.17/fs/ufs/ialloc.c
- Orig date:
Fri Apr 21 12:46:45 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/fs/ufs/ialloc.c linux/fs/ufs/ialloc.c
@@ -275,9 +275,7 @@
inode->i_nlink = 1;
inode->i_dev = sb->s_dev;
inode->i_uid = current->fsuid;
- if (test_opt (sb, GRPID))
- inode->i_gid = dir->i_gid;
- else if (dir->i_mode & S_ISGID) {
+ if (dir->i_mode & S_ISGID) {
inode->i_gid = dir->i_gid;
if (S_ISDIR(mode))
mode |= S_ISGID;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)