From e8b589411e7f5273309b9a6a9f39e36de16a4973 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 1 Sep 2009 14:03:08 -0400 Subject: [PATCH] --- yaml --- r: 162777 b: refs/heads/master c: f4378b6eaf63492c0f9a397d52813e0ae6b49e7b h: refs/heads/master i: 162775: b463ae7a0153d52e798e48d87f3d112d2b244255 v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_ioctl32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index df632e487356..d16a033b2077 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aa72a5cf00001d0b952c7c755be404b9118ceb2e +refs/heads/master: f4378b6eaf63492c0f9a397d52813e0ae6b49e7b diff --git a/trunk/fs/xfs/linux-2.6/xfs_ioctl32.c b/trunk/fs/xfs/linux-2.6/xfs_ioctl32.c index 0882d166239a..eafcc7c18706 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_ioctl32.c +++ b/trunk/fs/xfs/linux-2.6/xfs_ioctl32.c @@ -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;