freebsd-dev/sys/ufs
Kirk McKusick ecb6e528c5 Export vinactive() from kern/vfs_subr.c (e.g., make it no longer
static and declare its prototype in sys/vnode.h) so that it can be
called from process_deferred_inactive() (in ufs/ffs/ffs_snapshot.c)
instead of the body of vinactive() being cut and pasted into
process_deferred_inactive().

Reviewed by: kib
MFC after:   2 weeks
2012-04-11 23:01:11 +00:00
..
ffs Export vinactive() from kern/vfs_subr.c (e.g., make it no longer 2012-04-11 23:01:11 +00:00
ufs - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGS 2012-04-10 15:59:37 +00:00