[PATCH] xfs: actually enable the swapext compat handler

Eric Sandeen sandeen at sandeen.net
Tue Sep 1 14:45:59 CDT 2009


Christoph Hellwig wrote:
> Fix a small typo in the compat ioctl handler that cause the swapext
> compat handler to never be called.
> 
> Signed-off-by: Christoph Hellwig <hch at lst.de>
> Reviewed-by: Torsten Kaiser <just.for.lkml at googlemail.com>
> Tested-by: Torsten Kaiser <just.for.lkml at googlemail.com>

Guilty-party: Eric Sandeen <sandeen at sandeen.net>
Reviewed-by: Eric Sandeen <sandeen at sandeen.net>


> Index: linux-2.6/fs/xfs/linux-2.6/xfs_ioctl32.c
> ===================================================================
> --- linux-2.6.orig/fs/xfs/linux-2.6/xfs_ioctl32.c	2009-08-31 15:25:06.093044591 -0300
> +++ linux-2.6/fs/xfs/linux-2.6/xfs_ioctl32.c	2009-08-31 15:25:10.856544216 -0300
> @@ -619,7 +619,7 @@ xfs_file_compat_ioctl(
>  	case XFS_IOC_GETVERSION_32:
>  		cmd = _NATIVE_IOC(cmd, long);
>  		return xfs_file_ioctl(filp, cmd, p);
> -	case XFS_IOC_SWAPEXT: {
> +	case XFS_IOC_SWAPEXT_32: {
>  		struct xfs_swapext	  sxp;
>  		struct compat_xfs_swapext __user *sxu = arg;
>  
> 
> _______________________________________________
> xfs mailing list
> xfs at oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
> 




More information about the xfs mailing list