lkml.org 
[lkml]   [2008]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: XFS breakage on m68k (was: Re: linux-next: Tree for December 3)
On Thu, Dec 04, 2008 at 07:50:06AM -0500, Christoph Hellwig wrote:
> Yeah, but Niv fixed it up and the correct version is not in the xfs git
> tree.

Hah, he noticed the bug but the wrong version got checked in anyway.

Here's the fix (for todays xfs tree):

--

[XFS] Fix compile with CONFIG_COMPAT enabled


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: xfs/fs/xfs/linux-2.6/xfs_ioctl.h
===================================================================
--- xfs.orig/fs/xfs/linux-2.6/xfs_ioctl.h 2008-12-04 14:19:32.000000000 +0100
+++ xfs/fs/xfs/linux-2.6/xfs_ioctl.h 2008-12-04 14:19:38.000000000 +0100
@@ -74,7 +74,7 @@ xfs_file_compat_ioctl(
unsigned long arg);

extern long
-xfs_file_compat_ioctl_invis(
+xfs_file_compat_invis_ioctl(
struct file *file,
unsigned int cmd,
unsigned long arg);

\
 
 \ /
  Last update: 2008-12-04 14:35    [from the cache]
©2003-2011 Jasper Spaans