[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
SGI-PV: 9533338 SGI-Modid: xfs-linux-melb:xfs-kern:26106a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -91,8 +91,8 @@ xfs_qm_quotactl(
|
||||
xfs_caddr_t addr)
|
||||
{
|
||||
xfs_mount_t *mp;
|
||||
bhv_vfs_t *vfsp;
|
||||
int error;
|
||||
struct vfs *vfsp;
|
||||
|
||||
vfsp = bhvtovfs(bdp);
|
||||
mp = XFS_VFSTOM(vfsp);
|
||||
|
Reference in New Issue
Block a user