[XFS] resync headers with libxfs
authorChristoph Hellwig <hch@infradead.org>
Tue, 9 Dec 2008 09:47:32 +0000 (04:47 -0500)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 11 Dec 2008 02:14:17 +0000 (13:14 +1100)
commit6d73cf133c5477f7038577bfeda603ce9946f8cb
tree68426855963fe343ae796fb490518e62a2d1b1be
parent2175dd95741bda5f438e4efe388a8c1bb5abf1cc
[XFS] resync headers with libxfs

 - xfs_sb.h add the XFS_SB_VERSION2_PARENTBIT features2 that has been
   around in userspace for some time
 - xfs_inode.h: move a few things out of __KERNEL__ that are needed by
   userspace
 - xfs_mount.h: only include xfs_sync.h under __KERNEL__
 - xfs_inode.c: minor whitespace fixup.  I accidentaly changes this when
   importing this file for use by userspace.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_mount.h
fs/xfs/xfs_sb.h