mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue