diff options
Diffstat (limited to 'fs/xfs/xfs_ioctl32.c')
-rw-r--r-- | fs/xfs/xfs_ioctl32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ioctl32.c b/fs/xfs/xfs_ioctl32.c index f9ccb7b7c043..a849a5473aff 100644 --- a/fs/xfs/xfs_ioctl32.c +++ b/fs/xfs/xfs_ioctl32.c | |||
@@ -293,7 +293,7 @@ xfs_compat_ioc_bulkstat( | |||
293 | int res; | 293 | int res; |
294 | 294 | ||
295 | error = xfs_bulkstat_one_compat(mp, inlast, bulkreq.ubuffer, | 295 | error = xfs_bulkstat_one_compat(mp, inlast, bulkreq.ubuffer, |
296 | sizeof(compat_xfs_bstat_t), 0, &res); | 296 | sizeof(compat_xfs_bstat_t), NULL, &res); |
297 | } else if (cmd == XFS_IOC_FSBULKSTAT_32) { | 297 | } else if (cmd == XFS_IOC_FSBULKSTAT_32) { |
298 | error = xfs_bulkstat(mp, &inlast, &count, | 298 | error = xfs_bulkstat(mp, &inlast, &count, |
299 | xfs_bulkstat_one_compat, sizeof(compat_xfs_bstat_t), | 299 | xfs_bulkstat_one_compat, sizeof(compat_xfs_bstat_t), |