- 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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184377
@ -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 New Issue
Block a user