diff options
author | Dave Chinner <dchinner@redhat.com> | 2012-03-07 04:50:19 +0000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-03-14 13:21:17 -0500 |
commit | 8d2a5e6ee37f205b3d76c223d4f3f88ba1d06220 (patch) | |
tree | 0d571ac88b5e10499eb552885a45b1f5409d19f5 /fs/xfs/xfs_ioctl32.c | |
parent | a05931ceb0160deadbd7798d60d01b17f2d81b09 (diff) |
xfs: clean up minor sparse warnings
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
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( 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), |