diff options
Diffstat (limited to 'fs/xfs/xfs_vfsops.c')
-rw-r--r-- | fs/xfs/xfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c index 974d3c0b8b6c..439dd3939dda 100644 --- a/fs/xfs/xfs_vfsops.c +++ b/fs/xfs/xfs_vfsops.c | |||
@@ -283,7 +283,7 @@ xfs_sync_inodes( | |||
283 | int *bypassed) | 283 | int *bypassed) |
284 | { | 284 | { |
285 | xfs_inode_t *ip = NULL; | 285 | xfs_inode_t *ip = NULL; |
286 | bhv_vnode_t *vp = NULL; | 286 | struct inode *vp = NULL; |
287 | int error; | 287 | int error; |
288 | int last_error; | 288 | int last_error; |
289 | uint64_t fflag; | 289 | uint64_t fflag; |