* Implement a mountctl() op for setting export control on a filesystem.
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Feb 2008 20:49:52 +0000 (20:49 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Feb 2008 20:49:52 +0000 (20:49 +0000)
commit1aa89f17c70efe4d27da7ba4dd1e4ed101a38474
tree5c6e6bb09e8985b5cc251ac0f960c7d48335f8a7
parent458e075b8da3daad176feb4e8ca511e3178c043d
* Implement a mountctl() op for setting export control on a filesystem.

* Adjust mountd to try to use the mountctl() op BEFORE calling a UFS-style
  mount() to set export ops for a filesystem.

* Add a prototype for the mountctl() system call in sys/mountctl.h

* Cleanup WARNS for the mountctl utility.
sbin/mountctl/Makefile
sbin/mountctl/mountctl.c
sbin/mountd/mountd.c
sys/kern/vfs_subr.c
sys/sys/mount.h
sys/sys/mountctl.h