Unverified Commit 429965c4 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents 233a023a d552b45f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;