freebsd-dev/sys/fs/smbfs
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
..
smbfs_io.c Ensure that dirent's d_off field is initialized 2021-01-03 11:50:31 -05:00
smbfs_node.c vfs: drop the de facto curthread argument from VOP_INACTIVE 2020-10-20 07:19:03 +00:00
smbfs_node.h
smbfs_smb.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
smbfs_subr.c
smbfs_subr.h
smbfs_vfsops.c VFS_QUOTACTL(9): allow implementation to indicate busy state changes 2021-05-30 14:53:47 -07:00
smbfs_vnops.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
smbfs.h fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00