summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_vnode.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-06-09 17:07:12 +1000
committerNathan Scott <nathans@sgi.com>2006-06-09 17:07:12 +1000
commit8285fb58e75bfdb447c7a2c533ec9efdb238f966 (patch)
tree4bcfa74d3328ff5d71437556d24019be98c1d9fa /fs/xfs/linux-2.6/xfs_vnode.c
parent67fcaa73adafb19139a7cd8ab133592b6a0a0901 (diff)
downloadop-kernel-dev-8285fb58e75bfdb447c7a2c533ec9efdb238f966.zip
op-kernel-dev-8285fb58e75bfdb447c7a2c533ec9efdb238f966.tar.gz
[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/linux-2.6/xfs_vnode.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_vnode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.c b/fs/xfs/linux-2.6/xfs_vnode.c
index 66e36e1..6628d96 100644
--- a/fs/xfs/linux-2.6/xfs_vnode.c
+++ b/fs/xfs/linux-2.6/xfs_vnode.c
@@ -111,7 +111,7 @@ vn_initialize(
void
vn_revalidate_core(
bhv_vnode_t *vp,
- vattr_t *vap)
+ bhv_vattr_t *vap)
{
struct inode *inode = vn_to_inode(vp);
@@ -147,7 +147,7 @@ vn_revalidate_core(
int
__vn_revalidate(
bhv_vnode_t *vp,
- struct vattr *vattr)
+ bhv_vattr_t *vattr)
{
int error;
@@ -165,7 +165,7 @@ int
vn_revalidate(
bhv_vnode_t *vp)
{
- vattr_t vattr;
+ bhv_vattr_t vattr;
return __vn_revalidate(vp, &vattr);
}
OpenPOWER on IntegriCloud