Author :
visa
Date :
2021-12-12 09:14:58
Hash :f1993be3 Message :Add vnode parameter to VOP_STRATEGY()
Pass the device vnode as a parameter to VOP_STRATEGY() to allow calling
the correct vop_strategy callback. Now the vnode is also available
in the callback.
OK mpi@