patch-2.2.2 linux/fs/affs/inode.c
Next file: linux/fs/autofs/root.c
Previous file: linux/drivers/sound/sys_timer.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Feb 6 12:46:21 1999
- Orig file:
v2.2.1/linux/fs/affs/inode.c
- Orig date:
Tue Dec 22 14:16:57 1998
diff -u --recursive --new-file v2.2.1/linux/fs/affs/inode.c linux/fs/affs/inode.c
@@ -293,7 +293,7 @@
sb = dir->i_sb;
inode->i_sb = sb;
- inode->i_flags = sb->s_flags;
+ inode->i_flags = 0;
if (!(block = affs_new_header((struct inode *)dir))) {
iput(inode);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)