patch-2.4.15 linux/fs/super.c
Next file: linux/fs/sysv/ChangeLog
Previous file: linux/fs/seq_file.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Wed Nov 21 14:05:29 2001
- Orig file:
v2.4.14/linux/fs/super.c
- Orig date:
Mon Nov 5 15:55:34 2001
diff -u --recursive --new-file v2.4.14/linux/fs/super.c linux/fs/super.c
@@ -739,6 +739,7 @@
dput(root);
fsync_super(sb);
lock_super(sb);
+ invalidate_inodes(sb); /* bad name - it should be evict_inodes() */
if (sop) {
if (sop->write_super && sb->s_dirt)
sop->write_super(sb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)