commit | b16ca626358cbf056b752eab63ba8f20087afeaf | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Thu Jul 12 17:28:48 2012 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 22 23:58:08 2012 +0400 |
tree | 11c8b1c87ae30b43aa2236f206822ae413a22313 | |
parent | 4527440d5db8ff27ae8801de3f819843a1e6c6f6 [diff] |
hfs: introduce VFS superblock object back-reference Add an 'sb' VFS superblock back-reference to the 'struct hfs_sb_info' data structure - we will need to find the VFS superblock from a 'struct hfs_sb_info' object in the next patch, so this change is jut a preparation. Remove few useless newlines while on it. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>