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)
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


No differences found