hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I91COK
----------------------------------------------------------------------
structure size reserves reserved
quota_format_ops 64 2 80 dquot_operations 88 2 104
Signed-off-by: Baokun Li libaokun1@huawei.com --- include/linux/quota.h | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/include/linux/quota.h b/include/linux/quota.h index 07071e64abf3..be91ebd3a73b 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h @@ -318,6 +318,9 @@ struct quota_format_ops { int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */ int (*release_dqblk)(struct dquot *dquot); /* Called when last reference to dquot is being dropped */ int (*get_next_id)(struct super_block *sb, struct kqid *qid); /* Get next ID with existing structure in the quota file */ + + KABI_RESERVE(1) + KABI_RESERVE(2) };
/* Operations working with dquots */ @@ -337,6 +340,9 @@ struct dquot_operations { int (*get_inode_usage) (struct inode *, qsize_t *); /* Get next ID with active quota structure */ int (*get_next_id) (struct super_block *sb, struct kqid *qid); + + KABI_RESERVE(1) + KABI_RESERVE(2) };
struct path;
反馈: 您发送到kernel@openeuler.org的补丁/补丁集,已成功转换为PR! PR链接地址: https://gitee.com/openeuler/kernel/pulls/4533 邮件列表地址:https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/M...
FeedBack: The patch(es) which you have sent to kernel@openeuler.org mailing list has been converted to a pull request successfully! Pull request link: https://gitee.com/openeuler/kernel/pulls/4533 Mailing list address: https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/M...