Page MenuHomeFreeBSD

Only call sigdeferstop() for NFS.
ClosedPublic

Authored by kib on Oct 22 2018, 11:48 PM.
Tags
None
Referenced Files
F91669146: D17658.diff
Tue, Aug 20, 5:13 PM
Unknown Object (File)
Sat, Aug 17, 6:05 PM
Unknown Object (File)
Sat, Aug 3, 9:29 PM
Unknown Object (File)
Fri, Aug 2, 11:52 AM
Unknown Object (File)
Mon, Jul 29, 6:44 PM
Unknown Object (File)
Wed, Jul 24, 11:24 AM
Unknown Object (File)
Mon, Jul 22, 7:36 AM
Unknown Object (File)
Jul 14 2024, 10:30 AM
Subscribers

Details

Summary

Use bypass to catch any NFS VOP dispatch and route it through the wrapper which does sigdeferstop() and then dispatches original VOP. NFS does not need a bypass below it, which is not supported.

The vop offset in the vop_vector is added since otherwise it is impossible to get vop_op_t from the internal table, and I did not wanted to create the layered fs only to wrap NFS VOPs.

VFS_OP()s wrap is straightforward.

Test Plan

Peter, could you, please, check the change ? NFS is the most interesting case.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Oct 23 2018, 3:21 AM
kib added a subscriber: pho.
This revision was automatically updated to reflect the committed changes.