From: Jan Kara Date: Mon, 26 May 2014 15:39:17 +0000 (-0400) Subject: ext4: use sbi in ext4_orphan_{add|del}() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~88^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2c080c33fdab4ecf5ad43c88be0d3b646d272b;p=pandora-kernel.git ext4: use sbi in ext4_orphan_{add|del}() 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed