No point in rewind() mtab in zfs_unshare_proto(). We're not really
authorTurbo Fredriksson <turbo@bayour.com>
Tue, 4 Jun 2013 01:56:04 +0000 (03:56 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 15 Aug 2013 17:18:31 +0000 (10:18 -0700)
commitabbfdca483897d4406889e3517e77baf07573ecb
treeaa78132afcc6ed08c72b2264ed427bf6bda87d76
parentf9e459d1435832caa69fdaf236ebaeacd93f1b3e
No point in rewind() mtab in zfs_unshare_proto(). We're not really
reading the file, but instead use libzfs_mnttab_find() which does
the nessesary freopen() for us.

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