[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:
Nathan Scott
2006-06-09 17:00:52 +10:00
parent b83bd13881
commit 67fcaa73ad
36 changed files with 496 additions and 636 deletions

View File

@@ -54,7 +54,7 @@ xfs_get_dir_entry(
vname_t *dentry,
xfs_inode_t **ipp)
{
vnode_t *vp;
bhv_vnode_t *vp;
vp = VNAME_TO_VNODE(dentry);
@@ -73,7 +73,7 @@ xfs_dir_lookup_int(
xfs_ino_t *inum,
xfs_inode_t **ipp)
{
vnode_t *dir_vp;
bhv_vnode_t *dir_vp;
xfs_inode_t *dp;
int error;