Default to internal 'zfs userspace' implementation
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 20 May 2011 17:25:41 +0000 (10:25 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 20 May 2011 17:25:41 +0000 (10:25 -0700)
commit4804b739e1e851f21f8e98c99275af2570c44a15
tree92720766b2604b4625297b524242e753268424ce
parentf01b360e67696fff002f5e2b9cf6eedf5ff84f4a
Default to internal 'zfs userspace' implementation

We will never bring over the pyzfs.py helper script from Solaris
to Linux.  Instead the missing functionality will be directly
integrated in to the zfs commands and libraries.  To avoid
confusion remove the warning about the missing pyzfs.py utility
and simply use the default internal support.

The Illumous developers are of the same mind and have proposed an
initial patch to do this which has been integrated in to the 'allow'
development branch.  After some additional testing this code
can be merged in to master as the right long term solution.
cmd/zfs/zfs_main.c