patch-2.1.126 linux/fs/ext2/ialloc.c

Next file: linux/fs/ext2/namei.c
Previous file: linux/fs/ext2/balloc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/fs/ext2/ialloc.c linux/fs/ext2/ialloc.c
@@ -318,7 +318,7 @@
 
 	sb = dir->i_sb;
 	inode->i_sb = sb;
-	inode->i_flags = sb->s_flags;
+	inode->i_flags = 0;
 	lock_super (sb);
 	es = sb->u.ext2_sb.s_es;
 repeat:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov