Orabug:
22913653
Commit
3ef28e83ab15799742e55fd13243a5f678b04242 ("block: generic
request_queue reference counting") changed the name of an element of
the request_queue structure, and in so doing, broke kABI.
This patch uses __GENKSYMS__ to hide the change from the kABI
checker.
Signed-off-by: Dan Duval <dan.duval@oracle.com>
#endif
struct rcu_head rcu_head;
wait_queue_head_t mq_freeze_wq;
+#ifdef __GENKSYMS__
+ struct percpu_ref mq_usage_counter;
+#else
struct percpu_ref q_usage_counter;
+#endif
struct list_head all_q_node;
struct blk_mq_tag_set *tag_set;