Implement synchronize_srcu_expedited() in the LinuxKPI.
Differential Revision: https://reviews.freebsd.org/D24798 MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
e2d18daeac
commit
cf9f2ca3ef
@ -49,4 +49,8 @@ extern void srcu_barrier(struct srcu_struct *);
|
||||
extern int init_srcu_struct(struct srcu_struct *);
|
||||
extern void cleanup_srcu_struct(struct srcu_struct *);
|
||||
|
||||
#define synchronize_srcu_expedited(srcu) do { \
|
||||
synchronize_srcu(srcu); \
|
||||
} while (0)
|
||||
|
||||
#endif /* _LINUX_SRCU_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user