ext4: use sbi in ext4_orphan_{add|del}()
authorJan Kara <jack@suse.cz>
Mon, 26 May 2014 15:39:17 +0000 (11:39 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 May 2014 15:39:17 +0000 (11:39 -0400)
Use sbi pointer consistently in ext4_orphan_del() instead of opencoding
it sometimes. Also ext4_orphan_add() uses EXT4_SB(sb) often so create
sbi variable for it as well and use it.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/namei.c

diff --cc fs/ext4/namei.c
Simple merge