freebsd-dev/lib/libshare
Brian Behlendorf 4dad7d91e2 Remove unconditional sharetab update
Removes the unconditional sharetab update when running any zfs
command. This means the sharetab might become out of date if
users are manually adding/removing shares with exportfs.  But
we shouldn't punish all callers to zfs in order to handle that
unlikely case. In the unlikely event we observe issues because
of this it can always be added back to just the share/unshare
call paths where we need an up to date sharetab.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Turbo Fredriksson <turbo@bayour.com>
Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Issue #845
2014-01-07 09:48:09 -08:00
..
libshare_impl.h cstyle: Resolve C style issues 2013-12-18 16:46:35 -08:00
libshare.c Remove unconditional sharetab update 2014-01-07 09:48:09 -08:00
Makefile.am Implemented sharing datasets via SMB using libshare 2012-12-03 09:42:15 -08:00
nfs.c cstyle: Resolve C style issues 2013-12-18 16:46:35 -08:00
nfs.h Implemented sharing datasets via NFS using libshare. 2011-07-06 09:20:28 -07:00
smb.c cstyle: Resolve C style issues 2013-12-18 16:46:35 -08:00
smb.h cstyle: Resolve C style issues 2013-12-18 16:46:35 -08:00