]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - mkfs/xfs_mkfs.c
libxcmd: generalize topology functions
authorBill O'Donnell <billodo@redhat.com>
Mon, 30 May 2016 02:14:18 +0000 (12:14 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 30 May 2016 02:14:18 +0000 (12:14 +1000)
commit82c3a179bd809148ce405071f293f65a2e9a02ff
tree4e4b4d5ea50504be9051853ab1d0eec4a006cfcb
parent027e6efd2b432232562d726f14702f79792b38cb
libxcmd: generalize topology functions

Move general topology functions from xfs_mkfs to new topology
collection in libxcmd.

[dchinner: fix library dependencies and add them to the debian
   package build script.]

Signed-off-by: Bill O'Donnell <billodo@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Makefile
debian/rules
include/Makefile
include/libxcmd.h [new file with mode: 0644]
libxcmd/Makefile
libxcmd/topology.c [new file with mode: 0644]
mkfs/Makefile
mkfs/xfs_mkfs.c