freebsd-dev/share/man
Jason A. Harmening a4b07a2701 VFS_QUOTACTL(9): allow implementation to indicate busy state changes
Instead of requiring all implementations of vfs_quotactl to unbusy
the mount for Q_QUOTAON and Q_QUOTAOFF, add an "mp_busy" in/out param
to VFS_QUOTACTL(9).  The implementation may then indicate to the caller
whether it needed to unbusy the mount.

Also, add stbool.h to libprocstat modules which #define _KERNEL
before including sys/mount.h.  Otherwise they'll pull in sys/types.h
before defining _KERNEL and therefore won't have the bool definition
they need for mp_busy.

Reviewed By:	kib, markj
Differential Revision: https://reviews.freebsd.org/D30556
2021-05-30 14:53:47 -07:00
..
man1 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man3 assert.3: Document static_assert and _Static_assert 2021-04-20 11:17:44 +02:00
man3lua flua: Add a libjail module 2020-10-24 17:08:59 +00:00
man4 iwn(4): Remove duplicate device entry 2021-05-30 15:40:33 +02:00
man5 man5/{hosts,resolver}.5: note that IPv6 addresses are allowed. 2021-05-25 16:23:20 +01:00
man6 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man7 sys/*/conf/*, docs: fix links to handbook 2021-05-20 09:27:10 +01:00
man8 uefi: Add riscv to historical details 2021-02-22 22:27:00 +00:00
man9 VFS_QUOTACTL(9): allow implementation to indicate busy state changes 2021-05-30 14:53:47 -07:00
Makefile flua: Add a libjail module 2020-10-24 17:08:59 +00:00