提交 2c15ac5b 编写于 作者: F Fabian Frederick 提交者: Jan Kara

fs/quota: kernel-doc warning fixes

type and id were removed and qid added to quota_send_warning in commit

431f1974
("userns: Convert quota netlink aka quota_send_warning")

Cc: Jan Kara <jack@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NJan Kara <jack@suse.cz>
上级 e973606c
...@@ -55,7 +55,7 @@ EXPORT_SYMBOL(qid_lt); ...@@ -55,7 +55,7 @@ EXPORT_SYMBOL(qid_lt);
/** /**
* from_kqid - Create a qid from a kqid user-namespace pair. * from_kqid - Create a qid from a kqid user-namespace pair.
* @targ: The user namespace we want a qid in. * @targ: The user namespace we want a qid in.
* @kuid: The kernel internal quota identifier to start with. * @kqid: The kernel internal quota identifier to start with.
* *
* Map @kqid into the user-namespace specified by @targ and * Map @kqid into the user-namespace specified by @targ and
* return the resulting qid. * return the resulting qid.
......
...@@ -32,8 +32,7 @@ static struct genl_family quota_genl_family = { ...@@ -32,8 +32,7 @@ static struct genl_family quota_genl_family = {
/** /**
* quota_send_warning - Send warning to userspace about exceeded quota * quota_send_warning - Send warning to userspace about exceeded quota
* @type: The quota type: USRQQUOTA, GRPQUOTA,... * @qid: The kernel internal quota identifier.
* @id: The user or group id of the quota that was exceeded
* @dev: The device on which the fs is mounted (sb->s_dev) * @dev: The device on which the fs is mounted (sb->s_dev)
* @warntype: The type of the warning: QUOTA_NL_... * @warntype: The type of the warning: QUOTA_NL_...
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册