Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148931077
D25944.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
484 B
Referenced Files
None
Subscribers
None
D25944.diff
View Options
Index: head/sys/compat/linuxkpi/common/include/linux/mutex.h
===================================================================
--- head/sys/compat/linuxkpi/common/include/linux/mutex.h
+++ head/sys/compat/linuxkpi/common/include/linux/mutex.h
@@ -67,6 +67,8 @@
linux_mutex_lock_interruptible(_m); \
})
+#define mutex_lock_interruptible_nested(m, c) mutex_lock_interruptible(m)
+
/*
* Reuse the interruptable method since the SX
* lock handles both signals and interrupts:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 22, 2:57 AM (1 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30103922
Default Alt Text
D25944.diff (484 B)
Attached To
Mode
D25944: linuxkpi: Add nested variant of mutex_lock_interruptible
Attached
Detach File
Event Timeline
Log In to Comment