]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/hfs/super.c
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)
commitb16ca626358cbf056b752eab63ba8f20087afeaf
tree11c8b1c87ae30b43aa2236f206822ae413a22313
parent4527440d5db8ff27ae8801de3f819843a1e6c6f6
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