diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-11-22 00:42:55 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-11-22 00:50:47 -0500 |
commit | 22291ae84a029d65334d1a90b67b5031f45cd540 (patch) | |
tree | ab9fefe205577324915545b21535fcccbff89f48 /include/linux/rculist.h | |
parent | 74cb92203293a8d5b16b078389f6b3dba5300e89 (diff) |
Update bcachefs sources to 9e7ae5219c bcachefs: Make write points more dynamic
Diffstat (limited to 'include/linux/rculist.h')
-rw-r--r-- | include/linux/rculist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/rculist.h b/include/linux/rculist.h index 8beb98d..b6c61e1 100644 --- a/include/linux/rculist.h +++ b/include/linux/rculist.h @@ -1,8 +1,6 @@ #ifndef _LINUX_RCULIST_H #define _LINUX_RCULIST_H -#ifdef __KERNEL__ - /* * RCU-protected list version */ @@ -671,5 +669,4 @@ static inline void hlist_add_behind_rcu(struct hlist_node *n, pos = hlist_entry_safe(rcu_dereference_raw(hlist_next_rcu( \ &(pos)->member)), typeof(*(pos)), member)) -#endif /* __KERNEL__ */ #endif |