| Kernel v2.4.15-greased-turkey /fs/super.c |
|---|
 2.4.15-greased-turkey
 fs
 super.c
diff -u --recursive --new-file v2.4.14/linux/fs/super.c linux/fs/super.c
--- v2.4.14/linux/fs/super.c Mon Nov 5 15:55:34 2001
+++ linux/fs/super.c Wed Nov 21 14:05:29 2001
@@ -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);
|