]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: fix ZFS superblok offset for SBMAGIC
authorKarel Zak <kzak@redhat.com>
Wed, 10 Apr 2013 13:13:02 +0000 (15:13 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 10 Apr 2013 13:13:02 +0000 (15:13 +0200)
commit983a43e08b771c4c51cd869b3e88796c1f201cf8
treea7a6253659fc89981935b792f6a97dfd9b443eae
parent741fce3471fb3be26806cd3c2f1593a001a07c5c
libblkid: fix ZFS superblok offset for SBMAGIC

 # wipefs /dev/sdd1

 offset               type
 ----------------------------------------------------------------
 0x65000              zfs_member   [raid]
                      LABEL: zm1
                      UUID:  18067835215330778964

 and "wipefs -o 0x65000 /dev/sdd1" seems to run in an endless loop.

Reported-by: Helmut Hullen <Hullen@t-online.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/superblocks/zfs.c