]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - include/xfs_trace.h
libxfs: switch over to xfs_sb.c and remove xfs_mount.c
authorDave Chinner <dchinner@redhat.com>
Tue, 10 Sep 2013 21:32:49 +0000 (21:32 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:14:44 +0000 (15:14 -0500)
commit4896e6c8806d104a71bdb8af407856148f0dbc0b
treedba8e109fb9fe01b0f745e4e1cd61647362af31a
parent270b1db1da073c7fb8d0c5a9ffa70f148887dd3c
libxfs: switch over to xfs_sb.c and remove xfs_mount.c

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@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
include/Makefile
include/libxfs.h
include/libxlog.h
include/xfs_mount.h [deleted file]
include/xfs_sb.h
include/xfs_trace.h
libxfs/Makefile
libxfs/init.c
libxfs/xfs.h
libxfs/xfs_sb.c [moved from libxfs/xfs_mount.c with 78% similarity]