hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9118F
----------------------------------------------------------------------
Reserve KABI for struct 'iocontext'.
Signed-off-by: Li Nan linan122@huawei.com --- include/linux/iocontext.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/linux/iocontext.h b/include/linux/iocontext.h index 14f7eaf1b443..e333070a1e71 100644 --- a/include/linux/iocontext.h +++ b/include/linux/iocontext.h @@ -112,6 +112,8 @@ struct io_context {
struct work_struct release_work; #endif /* CONFIG_BLK_ICQ */ + + KABI_RESERVE(1) };
struct task_struct;