mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unused variable and now unbalanced call to splbio();
Found by: FlexeLint
This commit is contained in:
parent
21b16e9715
commit
a62f80f8e0
1 changed files with 0 additions and 2 deletions
|
|
@ -893,13 +893,11 @@ getnewvnode(tag, mp, vops, vpp)
|
|||
vop_t **vops;
|
||||
struct vnode **vpp;
|
||||
{
|
||||
int s;
|
||||
struct thread *td = curthread; /* XXX */
|
||||
struct vnode *vp = NULL;
|
||||
struct vpollinfo *pollinfo = NULL;
|
||||
struct mount *vnmp;
|
||||
|
||||
s = splbio();
|
||||
mtx_lock(&vnode_free_list_mtx);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue