From: Artem Bityutskiy Date: Fri, 1 Jun 2012 14:18:04 +0000 (+0300) Subject: reiserfs: cleanup reiserfs_fill_super a bit X-Git-Tag: v3.5-rc1~15^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efaa33eb1309d65528d5a54d87d69bdcbdae8c10;p=pandora-kernel.git reiserfs: cleanup reiserfs_fill_super a bit We have the reiserfs superblock pointer in the 'sbi' variable in this function, no need to use the 'REISERFS_SB(s)' macro which is the same. This is jut a small clean-up. Signed-off-by: Artem Bityutskiy Signed-off-by: Al Viro --- Reading git-diff-tree failed