diff options
author | Nathan Scott <nathans@sgi.com> | 2006-06-09 03:07:12 -0400 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-06-09 03:07:12 -0400 |
commit | 8285fb58e75bfdb447c7a2c533ec9efdb238f966 (patch) | |
tree | 4bcfa74d3328ff5d71437556d24019be98c1d9fa /fs/xfs/xfs_utils.c | |
parent | 67fcaa73adafb19139a7cd8ab133592b6a0a0901 (diff) |
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
porters.
SGI-PV: 953338
SGI-Modid: xfs-linux-melb:xfs-kern:26108a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_utils.c')
-rw-r--r-- | fs/xfs/xfs_utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_utils.c b/fs/xfs/xfs_utils.c index 6ecc0ca58681..37fdc2dc00b4 100644 --- a/fs/xfs/xfs_utils.c +++ b/fs/xfs/xfs_utils.c | |||
@@ -51,7 +51,7 @@ | |||
51 | */ | 51 | */ |
52 | int | 52 | int |
53 | xfs_get_dir_entry( | 53 | xfs_get_dir_entry( |
54 | vname_t *dentry, | 54 | bhv_vname_t *dentry, |
55 | xfs_inode_t **ipp) | 55 | xfs_inode_t **ipp) |
56 | { | 56 | { |
57 | bhv_vnode_t *vp; | 57 | bhv_vnode_t *vp; |
@@ -69,7 +69,7 @@ int | |||
69 | xfs_dir_lookup_int( | 69 | xfs_dir_lookup_int( |
70 | bhv_desc_t *dir_bdp, | 70 | bhv_desc_t *dir_bdp, |
71 | uint lock_mode, | 71 | uint lock_mode, |
72 | vname_t *dentry, | 72 | bhv_vname_t *dentry, |
73 | xfs_ino_t *inum, | 73 | xfs_ino_t *inum, |
74 | xfs_inode_t **ipp) | 74 | xfs_inode_t **ipp) |
75 | { | 75 | { |