VFS: Wrap with HAVE_SHARE
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Jan 2011 19:51:27 +0000 (11:51 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:21:43 +0000 (09:21 -0800)
commit9ee7fac5312f9c6b33155aed77e50b0dfd68a77d
treea1aceb9dcc64be269ac06bd130bab6e41c2b4c17
parentbc3e15e386a62c29e10194e5fae3c4f8a76337df
VFS: Wrap with HAVE_SHARE

Certain NFS/SMB share functionality is not yet in place.  These
functions used to be wrapped with the generic HAVE_ZPL to prevent
them from being compiled.  I still don't want them compiled but
I'm working toward eliminating the use of HAVE_ZPL.  So I'm just
renaming the wrapper here to HAVE_SHARE.  They still won't be
compiled until all the share issues are worked through.  Share
support is the last missing piece from zfs_ioctl.c.
module/zfs/zfs_ioctl.c
module/zfs/zfs_znode.c