Page MenuHomeFreeBSD

Restore statistic with the buffer pager.
ClosedPublic

Authored by kib on Nov 20 2016, 1:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 2, 4:18 AM
Unknown Object (File)
Tue, Mar 31, 4:44 AM
Unknown Object (File)
Sun, Mar 29, 2:33 AM
Unknown Object (File)
Wed, Mar 18, 3:41 PM
Unknown Object (File)
Wed, Mar 18, 1:23 AM
Unknown Object (File)
Sat, Mar 14, 10:42 AM
Unknown Object (File)
Feb 27 2026, 1:35 AM
Unknown Object (File)
Feb 26 2026, 9:33 AM
Subscribers

Details

Summary

VOP_GETPAGES() implementation must handle statistic on its own.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib retitled this revision from to Restore statistic with the buffer pager..
kib updated this object.
kib edited the test plan for this revision. (Show Details)
kib added reviewers: alc, markj.
kib set the repository for this revision to rS FreeBSD src repository - subversion.
markj edited edge metadata.
This revision is now accepted and ready to land.Nov 20 2016, 7:17 PM
alc edited edge metadata.
alc added inline comments.
sys/kern/vfs_bio.c
4722 ↗(On Diff #22361)

I would suggest "total pages" in place of "statistic".

This revision was automatically updated to reflect the committed changes.