Readd zpool_clear_label() from OpenSolaris
authorDmitry Khasanov <pik4ez@gmail.com>
Fri, 5 Jul 2013 10:44:53 +0000 (17:44 +0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 9 Jul 2013 22:42:27 +0000 (15:42 -0700)
commit51a3ae72d23d89d35a4a67059b39e870d66a2495
treedc5c87715c7c6af02d3a68dba9af520ebbfbf047
parent50210587563bb37c48d2624d11e158ab3ad30715
Readd zpool_clear_label() from OpenSolaris

This patch restores the zpool_clear_label() function from
OpenSolaris.  This was removed by commit d603ed6 because
it wasn't clear we had a use for it in ZoL.  However, this
functionality is a prerequisite for adding the 'zpool labelclear'
command from FreeBSD.

As part of bringing this change in the zpool_clear_label()
function was changed to use fstat64_blk(2) for compatibility
with Linux.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1126
lib/libzfs/libzfs_import.c