diff options
Diffstat (limited to 'fs/xfs/xfs_ioctl.h')
| -rw-r--r-- | fs/xfs/xfs_ioctl.h | 11 | 
1 files changed, 3 insertions, 8 deletions
| diff --git a/fs/xfs/xfs_ioctl.h b/fs/xfs/xfs_ioctl.h index 28453a6d4461..d4abba2c13c1 100644 --- a/fs/xfs/xfs_ioctl.h +++ b/fs/xfs/xfs_ioctl.h @@ -10,12 +10,6 @@ struct xfs_bstat;  struct xfs_ibulk;  struct xfs_inogrp; - -extern int -xfs_ioc_space( -	struct file		*filp, -	xfs_flock64_t		*bf); -  int  xfs_ioc_swapext(  	xfs_swapext_t	*sxp); @@ -38,8 +32,9 @@ xfs_readlink_by_handle(  int xfs_ioc_attrmulti_one(struct file *parfilp, struct inode *inode,  		uint32_t opcode, void __user *uname, void __user *value,  		uint32_t *len, uint32_t flags); -int xfs_ioc_attr_list(struct xfs_inode *dp, void __user *ubuf, int bufsize, -	int flags, struct xfs_attrlist_cursor __user *ucursor); +int xfs_ioc_attr_list(struct xfs_inode *dp, void __user *ubuf, +		      size_t bufsize, int flags, +		      struct xfs_attrlist_cursor __user *ucursor);  extern struct dentry *  xfs_handle_to_dentry( |