reiserfs: cleanup reiserfs_fill_super a bit
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 1 Jun 2012 14:18:04 +0000 (17:18 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Jun 2012 14:37:36 +0000 (10:37 -0400)
commitefaa33eb1309d65528d5a54d87d69bdcbdae8c10
tree31da93df726e53fa56447226605d4870b37f7754
parentd58367515f47371f7202d8b258ee0614a8955a6a
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 <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/reiserfs/super.c