]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[XFS] Fix merge failure
authorLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:59:45 +0000 (12:59 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:59:45 +0000 (12:59 +1000)
fs/xfs/linux-2.6/xfs_ioctl.c

index 640c8b6b1956230cdaee176637d8942b05dd0a5d..bf77597938564d1b498c10e90440ff3339495684 100644 (file)
@@ -1090,10 +1090,12 @@ xfs_ioctl(
                return xfs_ioc_fsgetxattr(ip, 0, arg);
        case XFS_IOC_FSGETXATTRA:
                return xfs_ioc_fsgetxattr(ip, 1, arg);
+       case XFS_IOC_FSSETXATTR:
+               return xfs_ioc_fssetxattr(ip, filp, arg);
        case XFS_IOC_GETXFLAGS:
+               return xfs_ioc_getxflags(ip, arg);
        case XFS_IOC_SETXFLAGS:
-       case XFS_IOC_FSSETXATTR:
-               return xfs_ioc_xattr(ip, filp, cmd, arg);
+               return xfs_ioc_setxflags(ip, filp, arg);
 
        case XFS_IOC_FSSETDM: {
                struct fsdmidata        dmi;