[XFS] kill struct bhv_vfs
Now that struct bhv_vfs doesn't have any members left we can kill it and go directly from the super_block to the xfs_mount everywhere. SGI-PV: 969608 SGI-Modid: xfs-linux-melb:xfs-kern:29509a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
This commit is contained in:
committed by
Tim Shimmin
parent
7439449670
commit
b267ce9952
@@ -57,11 +57,11 @@ xfs_size_fn(
|
||||
|
||||
STATIC int
|
||||
xfs_ioinit(
|
||||
struct bhv_vfs *vfsp,
|
||||
struct xfs_mount *mp,
|
||||
struct xfs_mount_args *mntargs,
|
||||
int flags)
|
||||
{
|
||||
return xfs_mountfs(vfsp, XFS_VFSTOM(vfsp), flags);
|
||||
return xfs_mountfs(mp, flags);
|
||||
}
|
||||
|
||||
xfs_ioops_t xfs_iocore_xfs = {
|
||||
|
Reference in New Issue
Block a user