Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157430577
D52935.id163635.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
662 B
Referenced Files
None
Subscribers
None
D52935.id163635.diff
View Options
diff --git a/sys/fs/nullfs/null_subr.c b/sys/fs/nullfs/null_subr.c
--- a/sys/fs/nullfs/null_subr.c
+++ b/sys/fs/nullfs/null_subr.c
@@ -36,12 +36,12 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/lock.h>
-#include <sys/rwlock.h>
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/proc.h>
-#include <sys/vnode.h>
+#include <sys/rwlock.h>
#include <sys/smr.h>
+#include <sys/vnode.h>
#include <fs/nullfs/null.h>
@@ -143,7 +143,7 @@
struct vnode *vp;
enum vgetstate vs;
- ASSERT_VOP_LOCKED(lowervp, "null_hashget");
+ ASSERT_VOP_LOCKED(lowervp, __func__);
rw_assert(&null_hash_lock, RA_UNLOCKED);
vfs_smr_enter();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 9:18 AM (13 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33417924
Default Alt Text
D52935.id163635.diff (662 B)
Attached To
Mode
D52935: nullfs: Apply comments from D38761 (style fixes, small improvements)
Attached
Detach File
Event Timeline
Log In to Comment