mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
- Whitespace fix for vop_poll.
- Use the right label for vop_vptofh lock assertions so they are enforced.
This commit is contained in:
parent
c2526b097f
commit
a48ac38144
1 changed files with 2 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ vop_ioctl {
|
|||
};
|
||||
|
||||
|
||||
%% poll vp U U U
|
||||
%% poll vp U U U
|
||||
|
||||
vop_poll {
|
||||
IN struct vnode *vp;
|
||||
|
|
@ -589,7 +589,7 @@ vop_setlabel {
|
|||
};
|
||||
|
||||
|
||||
%% setlabel vp = = =
|
||||
%% vptofh vp = = =
|
||||
|
||||
vop_vptofh {
|
||||
IN struct vnode *vp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue