[skip ci] Better comments for vlrureclaim
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
571908e2b4
commit
d10b757886
@ -858,6 +858,12 @@ vattr_null(struct vattr *vap)
|
||||
* desirable to reuse such vnodes. These conditions may cause the
|
||||
* number of vnodes to reach some minimum value regardless of what
|
||||
* you set kern.maxvnodes to. Do not set kern.maxvnodes too low.
|
||||
*
|
||||
* @param mp Try to reclaim vnodes from this mountpoint
|
||||
* @param reclaim_nc_src Only reclaim directories with outgoing namecache
|
||||
* entries if this argument is strue
|
||||
* @param reclaim_free Only reclaim free vnodes if this is set.
|
||||
* @return The number of vnodes that were reclaimed.
|
||||
*/
|
||||
static int
|
||||
vlrureclaim(struct mount *mp, int reclaim_nc_src, int trigger)
|
||||
|
Loading…
Reference in New Issue
Block a user