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, Jul 14, 10:30 AM
Unknown Object (File)
Sun, Jul 7, 3:11 AM
Unknown Object (File)
Dec 20 2023, 3:37 AM
Unknown Object (File)
Nov 9 2023, 3:18 AM
Unknown Object (File)
Oct 6 2023, 2:13 AM
Unknown Object (File)
Jul 5 2023, 12:24 PM
Unknown Object (File)
Jul 5 2023, 12:23 PM
Unknown Object (File)
Jul 5 2023, 12:22 PM
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.