This review contains 2 commits:
- Remove unnecessary thread argument from unionfs_nodeget() and _noderem()
No functional change intended.
- unionfs: implement VOP_VPUT_PAIR
unionfs must pass VOP_VPUT_PAIR directly to the underlying FS so that
it can have a chance to manage any special locking considerations that
may be necessary.
The unionfs implementation is based heavily on the corresponding nullfs
implementation.