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)
Wed, Nov 12, 4:35 AM
Unknown Object (File)
Mon, Nov 3, 2:48 AM
Unknown Object (File)
Tue, Oct 21, 7:39 AM
Unknown Object (File)
Tue, Oct 21, 7:39 AM
Unknown Object (File)
Tue, Oct 21, 7:39 AM
Unknown Object (File)
Mon, Oct 20, 8:38 PM
Unknown Object (File)
Sat, Oct 18, 6:22 AM
Unknown Object (File)
Thu, Oct 16, 12:40 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.