Page MenuHomeFreeBSD

Only call sigdeferstop() for NFS.
ClosedPublic

Authored by kib on Oct 22 2018, 11:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 8, 4:32 AM
Unknown Object (File)
Sat, Sep 7, 1:31 PM
Unknown Object (File)
Sun, Sep 1, 10:54 AM
Unknown Object (File)
Mon, Aug 26, 11:44 AM
Unknown Object (File)
Tue, Aug 20, 5:13 PM
Unknown Object (File)
Sat, Aug 17, 6:05 PM
Unknown Object (File)
Aug 3 2024, 9:29 PM
Unknown Object (File)
Aug 2 2024, 11:52 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 Not Applicable
Unit
Tests Not Applicable

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.