diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vfs.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vfs.c | 8 |
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 0dc87cd20229..c5ec272cdf22 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( | |||
103 | int | 103 | int |
104 | vfs_root( | 104 | vfs_root( |
105 | struct bhv_desc *bdp, | 105 | struct bhv_desc *bdp, |
106 | struct bhv_vnode **vpp) | 106 | bhv_vnode_t **vpp) |
107 | { | 107 | { |
108 | struct bhv_desc *next = bdp; | 108 | struct bhv_desc *next = bdp; |
109 | 109 | ||
@@ -117,7 +117,7 @@ int | |||
117 | vfs_statvfs( | 117 | vfs_statvfs( |
118 | struct bhv_desc *bdp, | 118 | struct bhv_desc *bdp, |
119 | bhv_statvfs_t *statp, | 119 | bhv_statvfs_t *statp, |
120 | struct bhv_vnode *vp) | 120 | bhv_vnode_t *vp) |
121 | { | 121 | { |
122 | struct bhv_desc *next = bdp; | 122 | struct bhv_desc *next = bdp; |
123 | 123 | ||
@@ -144,7 +144,7 @@ vfs_sync( | |||
144 | int | 144 | int |
145 | vfs_vget( | 145 | vfs_vget( |
146 | struct bhv_desc *bdp, | 146 | struct bhv_desc *bdp, |
147 | struct bhv_vnode **vpp, | 147 | bhv_vnode_t **vpp, |
148 | struct fid *fidp) | 148 | struct fid *fidp) |
149 | { | 149 | { |
150 | struct bhv_desc *next = bdp; | 150 | struct bhv_desc *next = bdp; |
@@ -186,7 +186,7 @@ vfs_quotactl( | |||
186 | void | 186 | void |
187 | vfs_init_vnode( | 187 | vfs_init_vnode( |
188 | struct bhv_desc *bdp, | 188 | struct bhv_desc *bdp, |
189 | struct bhv_vnode *vp, | 189 | bhv_vnode_t *vp, |
190 | struct xfs_inode *ip, | 190 | struct xfs_inode *ip, |
191 | int unlock) | 191 | int unlock) |
192 | { | 192 | { |