]> git.baikalelectronics.ru Git - kernel.git/commit
hfs: introduce VFS superblock object back-reference
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 12 Jul 2012 14:28:48 +0000 (17:28 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 19:58:08 +0000 (23:58 +0400)
commit40ee3b0750cde319c5e37259e2886d19cb1d2f4b
tree11c8b1c87ae30b43aa2236f206822ae413a22313
parentac9f328bba92dc78fb38cec3589895898cebd2fc
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>
fs/hfs/hfs_fs.h
fs/hfs/super.c