]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fix kABI breakage caused by "block: use an atomic_t for mq_freeze_depth"
authorDan Duval <dan.duval@oracle.com>
Sun, 4 Dec 2016 17:49:05 +0000 (12:49 -0500)
committerDan Duval <dan.duval@oracle.com>
Thu, 8 Dec 2016 19:13:33 +0000 (14:13 -0500)
commit5479e5879caff7935e9ee99904d74f0849c3d682
tree74ca1c3007d57c1df82b40822c8a1e4dc1430eb3
parentc03fa711de6a1dfd139ea12e273caacf681a1665
fix kABI breakage caused by "block: use an atomic_t for mq_freeze_depth"

Orabug: 22913653

The aforementioned commit changed the type of "mq_freeze_depth" from
"int" to "atomic_t", thereby breaking kABI.  The types are the same
size, and third-party module code should not be fiddling with this
field's value.  This commit adds the usual "__GENKSYMS__" armor to
hide the type change from the kABI checker.

Signed-off-by: Dan Duval <dan.duval@oracle.com>
include/linux/blkdev.h