mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Removed an unused #include.
Fixed a style bug (one of many KNF breakages in vfs_subr.c moved here).
This commit is contained in:
parent
1fe5398ce7
commit
d662024a0d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31263
@ -41,7 +41,6 @@
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/unistd.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <sys/poll.h>
|
||||
@ -375,9 +374,8 @@ vop_nolock(ap)
|
||||
* Since we are not using the lock manager, we must clear
|
||||
* the interlock here.
|
||||
*/
|
||||
if (ap->a_flags & LK_INTERLOCK) {
|
||||
if (ap->a_flags & LK_INTERLOCK)
|
||||
simple_unlock(&ap->a_vp->v_interlock);
|
||||
}
|
||||
return (0);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user