]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: consolidate btrfs stuff, make it more portable
authorKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2016 13:39:13 +0000 (14:39 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2016 13:39:13 +0000 (14:39 +0100)
commit5a9713293d5f0e20230646fc403ec4a5bf8c1a1f
tree3b3c7318dcbe66734c05d683fcaf070abdd7ca52
parentbb7803e971c0142850084a2cc45bbaaa422f3d79
libmount: consolidate btrfs stuff, make it more portable

- add --with-btrfs (enabled by default)
- check for linux/btrfs.h
- add "btrfs" to libmount features list (see mount -V)
- #ifdef HAVE_BTRFS_SUPPORT for all btrfs stuff in libmount

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
libmount/src/Makemodule.am
libmount/src/btrfs.c
libmount/src/btrfs.h [deleted file]
libmount/src/tab.c
libmount/src/version.c