diff options
author | Steve French <sfrench@us.ibm.com> | 2006-02-01 21:16:53 +0100 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-02-01 21:16:53 +0100 |
commit | e6da74e1f20ea7822e52a9e4fbd3d25bd907e471 (patch) | |
tree | d9b3bc7e654fb788d1cf3a1759b1b3c74cc56a04 /fs/reiserfs/super.c | |
parent | [CIFS] Remove compiler warning (diff) | |
parent | [PATCH] kernel-doc: clean up the script (whitespace) (diff) | |
download | linux-e6da74e1f20ea7822e52a9e4fbd3d25bd907e471.tar.xz linux-e6da74e1f20ea7822e52a9e4fbd3d25bd907e471.zip |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/reiserfs/super.c')
-rw-r--r-- | fs/reiserfs/super.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c index 397d9590c8f2..77891de0e02e 100644 --- a/fs/reiserfs/super.c +++ b/fs/reiserfs/super.c @@ -472,12 +472,6 @@ static void reiserfs_put_super(struct super_block *s) print_statistics(s); - if (REISERFS_SB(s)->s_kmallocs != 0) { - reiserfs_warning(s, - "vs-2004: reiserfs_put_super: allocated memory left %d", - REISERFS_SB(s)->s_kmallocs); - } - if (REISERFS_SB(s)->reserved_blocks != 0) { reiserfs_warning(s, "green-2005: reiserfs_put_super: reserved blocks left %d", |