mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	[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>
This commit is contained in:
		
							parent
							
								
									8cb681b9c7
								
							
						
					
					
						commit
						c60e81ee1c
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -1053,10 +1053,9 @@ static void handle_barrier_mode(struct super_block *s, unsigned long bits) { | |||
| 
 | ||||
| static void handle_attrs( struct super_block *s ) | ||||
| { | ||||
| 	struct reiserfs_super_block * rs; | ||||
| 	struct reiserfs_super_block * rs = SB_DISK_SUPER_BLOCK (s); | ||||
| 
 | ||||
| 	if( reiserfs_attrs( s ) ) { | ||||
| 		rs = SB_DISK_SUPER_BLOCK (s); | ||||
| 		if( old_format_only(s) ) { | ||||
| 			reiserfs_warning(s, "reiserfs: cannot support attributes on 3.5.x disk format" ); | ||||
| 			REISERFS_SB(s) -> s_mount_opt &= ~ ( 1 << REISERFS_ATTRS ); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Andrew Morton
						Andrew Morton