From cd2c080c33fdab4ecf5ad43c88be0d3b646d272b Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Mon, 26 May 2014 11:39:17 -0400 Subject: [PATCH] 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-format-patch failed