Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172427149
D59787.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
392 B
Referenced Files
None
Subscribers
None
D59787.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/xarray.h b/sys/compat/linuxkpi/common/include/linux/xarray.h
--- a/sys/compat/linuxkpi/common/include/linux/xarray.h
+++ b/sys/compat/linuxkpi/common/include/linux/xarray.h
@@ -129,7 +129,7 @@
#define xa_unlock_irqrestore(xa, flags) \
do { \
xa_unlock((xa)); \
- flags == 0; \
+ (void)flags; \
} while (0)
static inline int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 19, 9:43 AM (3 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39207399
Default Alt Text
D59787.diff (392 B)
Attached To
Mode
D59787: Fix statement with no effect in linuxkpi's xarray.h
Attached
Detach File
Event Timeline
Log In to Comment