Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107565907
D34251.id102663.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
534 B
Referenced Files
None
Subscribers
None
D34251.id102663.diff
View Options
Index: sys/compat/linuxkpi/common/include/linux/list.h
===================================================================
--- sys/compat/linuxkpi/common/include/linux/list.h
+++ sys/compat/linuxkpi/common/include/linux/list.h
@@ -269,6 +269,13 @@
list_add_tail(entry, head);
}
+static inline void
+list_rotate_to_front(struct list_head *entry, struct list_head *head)
+{
+
+ list_move_tail(entry, head);
+}
+
static inline void
list_bulk_move_tail(struct list_head *head, struct list_head *first,
struct list_head *last)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 11:35 PM (12 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15830559
Default Alt Text
D34251.id102663.diff (534 B)
Attached To
Mode
D34251: linuxkpi: Add list_rotate_to_front
Attached
Detach File
Event Timeline
Log In to Comment