diff options
| -rw-r--r-- | fs/xfs/xfs_fs.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/xfs/xfs_fs.h b/fs/xfs/xfs_fs.h index 1edb5cc3e5f4..18272c766a50 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 | 
