]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r350386, r350390
authorAlan Somers <asomers@FreeBSD.org>
Fri, 6 Sep 2019 19:22:33 +0000 (19:22 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Fri, 6 Sep 2019 19:22:33 +0000 (19:22 +0000)
commit2239425e4fbf7dc9f97c3cbd1caa3b86bdc62922
tree1cce78417da22c841a778591b12bb6d77ca614b0
parentaa4c6962804c64015a46fdd46d0432cc41ab60e4
MFC r350386, r350390

r350386:
Add v_inval_buf_range, like vtruncbuf but for a range of a file

v_inval_buf_range invalidates all buffers within a certain LBA range of a
file. It will be used by fusefs(5). This commit is a partial merge of
r346162, r346606, and r346756 from projects/fuse2.

Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D21032

r350390:
Better comments for vlrureclaim

Sponsored by: The FreeBSD Foundation
sys/kern/vfs_subr.c
sys/sys/vnode.h