mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Move the vop_islocked declaration to the top, in preparation for committing
code to auto-generate assertions from the lockspecs
This commit is contained in:
parent
20530663b3
commit
5c69e12c0e
1 changed files with 7 additions and 7 deletions
|
|
@ -50,6 +50,13 @@
|
|||
# X: locked if not nil.
|
||||
#
|
||||
|
||||
#
|
||||
#% islocked vp = = =
|
||||
#
|
||||
vop_islocked {
|
||||
IN struct vnode *vp;
|
||||
};
|
||||
|
||||
#
|
||||
#% lookup dvp L ? ?
|
||||
#% lookup vpp - L -
|
||||
|
|
@ -400,13 +407,6 @@ vop_print {
|
|||
IN struct vnode *vp;
|
||||
};
|
||||
|
||||
#
|
||||
#% islocked vp = = =
|
||||
#
|
||||
vop_islocked {
|
||||
IN struct vnode *vp;
|
||||
};
|
||||
|
||||
#
|
||||
#% pathconf vp L L L
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue