Page MenuHomeFreeBSD

Restore statistic with the buffer pager.
ClosedPublic

Authored by kib on Nov 20 2016, 1:44 PM.
Tags
None
Referenced Files
F103283803: D8585.diff
Sat, Nov 23, 1:37 AM
Unknown Object (File)
Fri, Nov 22, 3:42 PM
Unknown Object (File)
Thu, Nov 7, 9:03 AM
Unknown Object (File)
Wed, Nov 6, 12:24 PM
Unknown Object (File)
Tue, Nov 5, 6:12 AM
Unknown Object (File)
Oct 23 2024, 5:36 AM
Unknown Object (File)
Oct 16 2024, 5:20 AM
Unknown Object (File)
Oct 15 2024, 3:43 PM
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.