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

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

Advertisement

Kernel v2.6.24.3-rc1 /fs/super.c

Filename:/fs/super.c
Lines Added:1
Lines Deleted:0
Also changed in: (Previous) 2.6.24-git22  2.6.24-git21  2.6.24-git20  2.6.24-git19  2.6.24  2.6.24-rc8 
(Following) 2.6.25-rc3  2.6.25-rc4  2.6.25-rc4-git1  2.6.25-rc4-git2  2.6.25-rc4-git3  2.6.25-rc5 

Location
[  2.6.24.3-rc1
  [  fs
     o  super.c

Patch

diff --git a/fs/super.c b/fs/super.c
index ceaf2e3..945c322 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -603,6 +603,7 @@ int do_remount_sb(struct super_block *sb, int flags, void *data, int force)
          mark_files_ro(sb);
       else if (!fs_may_remount_ro(sb))
          return -EBUSY;
+      DQUOT_OFF(sb);
    }
 
    if (sb->s_op->remount_fs) {


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