Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.4.15-greased-turkey /fs/super.c

Filename:/fs/super.c
Lines Added:1
Lines Deleted:0
Also changed in: (Previous) 2.4.15-pre9  2.4.14  2.4.14-pre8  2.4.14-pre7  2.4.14-pre6  2.4.13 
(Following) 2.4.16-pre1  2.4.16  2.4.17-rc2  2.4.17  2.4.18-pre5  2.4.18-pre6 

Location
[  2.4.15-greased-turkey
  [  fs
     o  super.c

Patch

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);


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.