|
@@ -293,7 +293,7 @@ xfs_compat_ioc_bulkstat(
|
|
|
int res;
|
|
|
|
|
|
error = xfs_bulkstat_one_compat(mp, inlast, bulkreq.ubuffer,
|
|
|
- sizeof(compat_xfs_bstat_t), 0, &res);
|
|
|
+ sizeof(compat_xfs_bstat_t), NULL, &res);
|
|
|
} else if (cmd == XFS_IOC_FSBULKSTAT_32) {
|
|
|
error = xfs_bulkstat(mp, &inlast, &count,
|
|
|
xfs_bulkstat_one_compat, sizeof(compat_xfs_bstat_t),
|