Commit a04fe871 authored by Nathan Scott's avatar Nathan Scott

[XFS] Fix the build - missing an argument after last change.

SGI Modid: 2.5.x-xfs:slinx:134113a
parent 622cba6b
......@@ -683,7 +683,7 @@ extern void vn_rele(struct vnode *);
* Vnode spinlock manipulation.
*/
#define VN_LOCK(vp) mutex_spinlock(&(vp)->v_lock)
#define VN_UNLOCK(vp, s) mutex_spinunlock(&(vp)->v_lock)
#define VN_UNLOCK(vp, s) mutex_spinunlock(&(vp)->v_lock, s)
#define VN_FLAGSET(vp,b) vn_flagset(vp,b)
#define VN_FLAGCLR(vp,b) vn_flagclr(vp,b)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment