commit | efaa33eb1309d65528d5a54d87d69bdcbdae8c10 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri Jun 01 17:18:04 2012 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 01 10:37:36 2012 -0400 |
tree | 31da93df726e53fa56447226605d4870b37f7754 | |
parent | d58367515f47371f7202d8b258ee0614a8955a6a [diff] |
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>