[PATCH 31/55 V3] libxfs: switch over to xfs_sb.c and remove xfs_mount.c
Mark Tinguely
tinguely at sgi.com
Wed Sep 11 09:24:57 CDT 2013
On 09/11/13 08:25, Mark Tinguely wrote:
> On 09/10/13 16:32, Dave Chinner wrote:
>
> > libxfs: switch over to xfs_sb.c and remove xfs_mount.c
> >
> > From: Dave Chinner <dchinner at redhat.com>
> >
> > Now that the kernel code has split the superblock specific code out
> > of xfs_mount.c, we don't need xfs_mount.c anymore. Copy in xfs_sb.c
> > and remove xfs_mount.c
> >
> > Signed-off-by: Dave Chinner <dchinner at redhat.com>
> > ---
>
> Applies clean for me.
>
> Reviewed-by: Mark Tinguely <tinguely at sgi.com>
patch 31 V2/V3 break the compilation of xfsprogs.
I get:
...
configure: creating ./config.status
config.status: creating include/builddefs
config.status: creating include/platform_defs.h
config.status: executing libtool commands
Building include
[LN] xfs
[LN] disk
Building libxfs
[CC] gen_crc32table
[GENERATE] crc32table.h
[TEST] CRC32
CRC_LE_BITS = 32
crc32: tests passed, 225944 bytes in 117 usec
crc32c: tests passed, 225944 bytes in 121 usec
gmake[3]: *** No rule to make target `.ltdep', needed by `ltdepend'. Stop.
gmake[2]: *** [libxfs] Error 2
make[1]: *** [default] Error 2
make: *** [default] Error 2
--Mark.
More information about the xfs
mailing list