[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
SGI-PV: 953338 SGI-Modid: xfs-linux-melb:xfs-kern:26107a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -192,7 +192,7 @@ STATIC int
|
||||
xfs_qm_statvfs(
|
||||
struct bhv_desc *bhv,
|
||||
xfs_statfs_t *statp,
|
||||
struct vnode *vnode)
|
||||
struct bhv_vnode *vnode)
|
||||
{
|
||||
xfs_mount_t *mp;
|
||||
xfs_inode_t *ip;
|
||||
|
@@ -1035,7 +1035,7 @@ xfs_qm_dqrele_all_inodes(
|
||||
{
|
||||
xfs_inode_t *ip, *topino;
|
||||
uint ireclaims;
|
||||
vnode_t *vp;
|
||||
bhv_vnode_t *vp;
|
||||
boolean_t vnode_refd;
|
||||
|
||||
ASSERT(mp->m_quotainfo);
|
||||
|
Verwijs in nieuw issue
Block a user