aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_vfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vfs.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_vfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vfs.c b/fs/xfs/linux-2.6/xfs_vfs.c
index 0dc87cd2022..c5ec272cdf2 100644
--- a/fs/xfs/linux-2.6/xfs_vfs.c
+++ b/fs/xfs/linux-2.6/xfs_vfs.c
@@ -103,7 +103,7 @@ vfs_mntupdate(
int
vfs_root(
struct bhv_desc *bdp,
- struct bhv_vnode **vpp)
+ bhv_vnode_t **vpp)
{
struct bhv_desc *next = bdp;
@@ -117,7 +117,7 @@ int
vfs_statvfs(
struct bhv_desc *bdp,
bhv_statvfs_t *statp,
- struct bhv_vnode *vp)
+ bhv_vnode_t *vp)
{
struct bhv_desc *next = bdp;
@@ -144,7 +144,7 @@ vfs_sync(
int
vfs_vget(
struct bhv_desc *bdp,
- struct bhv_vnode **vpp,
+ bhv_vnode_t **vpp,
struct fid *fidp)
{
struct bhv_desc *next = bdp;
@@ -186,7 +186,7 @@ vfs_quotactl(
void
vfs_init_vnode(
struct bhv_desc *bdp,
- struct bhv_vnode *vp,
+ bhv_vnode_t *vp,
struct xfs_inode *ip,
int unlock)
{