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 5dd84fe609cc..811a4261fa2c 100644 --- a/fs/xfs/xfs_vfsops.c +++ b/fs/xfs/xfs_vfsops.c | |||
@@ -1229,7 +1229,7 @@ xfs_sync_inodes( | |||
1229 | xfs_iunlock(ip, XFS_ILOCK_SHARED); | 1229 | xfs_iunlock(ip, XFS_ILOCK_SHARED); |
1230 | 1230 | ||
1231 | error = xfs_itobp(mp, NULL, ip, | 1231 | error = xfs_itobp(mp, NULL, ip, |
1232 | &dip, &bp, 0); | 1232 | &dip, &bp, 0, 0); |
1233 | if (!error) { | 1233 | if (!error) { |
1234 | xfs_buf_relse(bp); | 1234 | xfs_buf_relse(bp); |
1235 | } else { | 1235 | } else { |