[PATCH] reiserfs: handle_attrs() fix

Fix a use-uninitialised bug.

Cc: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Andrew Morton and committed by Linus Torvalds c60e81ee 8cb681b9

+1 -2
+1 -2
fs/reiserfs/super.c
··· 1053 1053 1054 1054 static void handle_attrs( struct super_block *s ) 1055 1055 { 1056 - struct reiserfs_super_block * rs; 1056 + struct reiserfs_super_block * rs = SB_DISK_SUPER_BLOCK (s); 1057 1057 1058 1058 if( reiserfs_attrs( s ) ) { 1059 - rs = SB_DISK_SUPER_BLOCK (s); 1060 1059 if( old_format_only(s) ) { 1061 1060 reiserfs_warning(s, "reiserfs: cannot support attributes on 3.5.x disk format" ); 1062 1061 REISERFS_SB(s) -> s_mount_opt &= ~ ( 1 << REISERFS_ATTRS );