Page MenuHomeFreeBSD

Restore statistic with the buffer pager.
ClosedPublic

Authored by kib on Nov 20 2016, 1:44 PM.
Tags
None
Referenced Files
F83526217: D8585.diff
Sat, May 11, 6:12 PM
Unknown Object (File)
Sat, Apr 20, 2:27 PM
Unknown Object (File)
Sat, Apr 20, 2:04 PM
Unknown Object (File)
Mar 13 2024, 7:14 PM
Unknown Object (File)
Mar 13 2024, 6:46 PM
Unknown Object (File)
Dec 27 2023, 7:44 PM
Unknown Object (File)
Dec 27 2023, 7:36 PM
Unknown Object (File)
Dec 24 2023, 6:02 AM
Subscribers

Details

Summary

VOP_GETPAGES() implementation must handle statistic on its own.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 6009

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

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

This revision was automatically updated to reflect the committed changes.