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)
Sat, Feb 1, 12:55 AM
Unknown Object (File)
Thu, Jan 30, 10:27 PM
Unknown Object (File)
Jan 12 2025, 4:00 AM
Unknown Object (File)
Nov 25 2024, 9:56 AM
Unknown Object (File)
Nov 24 2024, 12:31 AM
Unknown Object (File)
Nov 23 2024, 1:37 AM
Unknown Object (File)
Nov 22 2024, 3:42 PM
Unknown Object (File)
Nov 7 2024, 9:03 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.