From: Dave Chinner Date: Tue, 24 Sep 2013 06:01:15 +0000 (+1000) Subject: xfs: fix XFS_IOC_FREE_EOFBLOCKS definition X-Git-Tag: upstream/snapshot3+hdmi~3903^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b771af2fcb4a8a2df7e9b8784cd80e1774c34198;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git xfs: fix XFS_IOC_FREE_EOFBLOCKS definition It uses a kernel internal structure in it's definition rather than the user visible structure that is passed to the ioctl. Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- diff --git a/fs/xfs/xfs_fs.h b/fs/xfs/xfs_fs.h index 1edb5cc..18272c7 100644 --- a/fs/xfs/xfs_fs.h +++ b/fs/xfs/xfs_fs.h @@ -515,7 +515,7 @@ typedef struct xfs_swapext /* XFS_IOC_GETBIOSIZE ---- deprecated 47 */ #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap) #define XFS_IOC_ZERO_RANGE _IOW ('X', 57, struct xfs_flock64) -#define XFS_IOC_FREE_EOFBLOCKS _IOR ('X', 58, struct xfs_eofblocks) +#define XFS_IOC_FREE_EOFBLOCKS _IOR ('X', 58, struct xfs_fs_eofblocks) /* * ioctl commands that replace IRIX syssgi()'s