Page MenuHomeFreeBSD

vfs: Introduce vn_bmap_seekhole_locked()
ClosedPublic

Authored by khng on Aug 4 2021, 2:28 AM.
Tags
None
Referenced Files
F80159915: D31404.diff
Thu, Mar 28, 5:30 PM
Unknown Object (File)
Feb 11 2024, 3:43 PM
Unknown Object (File)
Feb 11 2024, 3:43 PM
Unknown Object (File)
Jan 18 2024, 1:52 PM
Unknown Object (File)
Dec 22 2023, 11:33 PM
Unknown Object (File)
Dec 20 2023, 9:47 AM
Unknown Object (File)
Dec 12 2023, 6:36 AM
Unknown Object (File)
Dec 4 2023, 12:58 AM
Subscribers

Details

Summary

vn_bmap_seekhole_locked() is factored out version of vn_bmap_seekhole().
This variant requires shared vnode lock being held around the call.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40841
Build 37730: arc lint + arc unit

Event Timeline

khng requested review of this revision.Aug 4 2021, 2:28 AM
khng planned changes to this revision.Aug 4 2021, 2:39 AM

Fixed mangled git commit order.

markj added inline comments.
sys/kern/vfs_vnops.c
2479

This is the only place that really needs a goto, the rest can return (mumble). I don't insist on changing the diff, though.

This revision is now accepted and ready to land.Aug 4 2021, 3:12 AM
This revision was automatically updated to reflect the committed changes.