Commit b0ae4965 authored by Zhihao Cheng's avatar Zhihao Cheng Committed by Jialin Zhang
Browse files

fix kabi broken due to import new inode operation get_inode_acl

hulk inclusion
category: perf
bugzilla: https://gitee.com/openeuler/kernel/issues/I6ZCW0


CVE: NA

--------------------------------

Fix kabi broken for importing new inode operation get_inode_acl.

Signed-off-by: default avatarZhihao Cheng <chengzhihao1@huawei.com>
Reviewed-by: default avatarZhang Yi <yi.zhang@huawei.com>
Signed-off-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
parent 488d4279
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1938,9 +1938,8 @@ struct inode_operations {
			   umode_t create_mode);
	int (*tmpfile) (struct inode *, struct dentry *, umode_t);
	int (*set_acl)(struct inode *, struct posix_acl *, int);
	struct posix_acl * (*get_acl2)(struct inode *, int, bool);

	KABI_RESERVE(1)
	KABI_USE(1, struct posix_acl * (*get_acl2)(struct inode *, int, bool))
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)