]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: no more probe for btrfs backup superblock
authorKarel Zak <kzak@redhat.com>
Thu, 16 Jan 2014 15:38:30 +0000 (16:38 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 16 Jan 2014 15:38:30 +0000 (16:38 +0100)
commitc93c20304ce544d2f8200540ccf25e08900b2e9d
tree1ab12bd528396ebac250e92048003f5e5c961b87
parent90faf9eb07e0b67745ab25c1ab3521631cca2f97
libblkid: no more probe for btrfs backup superblock

 * Linux kernel cares about the first superblock only

 * backup superblock are FS specific stuff and there is no reason to
   care about it in generic tools

 * the problem with broken btrfs utils has been already fixed (it was
   possible to use the utils on filesystem with erased primary
   superblok without any warning message).

Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/blkid.h.in
libblkid/src/blkidP.h
libblkid/src/probe.c
libblkid/src/superblocks/btrfs.c