fs/quota: kernel-doc warning fixes
authorFabian Frederick <fabf@skynet.be>
Fri, 4 Jul 2014 19:44:25 +0000 (21:44 +0200)
committerJan Kara <jack@suse.cz>
Tue, 15 Jul 2014 20:40:23 +0000 (22:40 +0200)
type and id were removed and qid added to quota_send_warning in commit

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

Cc: Jan Kara <jack@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/kqid.c
fs/quota/netlink.c

index 2f97b0e2c501d37ab45d600ec0870bd4985f5546..ebc5e62858007d8f9ed6acee5f6aef2afb28c9c0 100644 (file)
@@ -55,7 +55,7 @@ EXPORT_SYMBOL(qid_lt);
 /**
  *     from_kqid - Create a qid from a kqid user-namespace pair.
  *     @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
  *     return the resulting qid.
index 72d29177998ebbf22e9888c9cd4cf43b3cc37e91..bb2869f5dfd89528f6986528369438a8cc565efd 100644 (file)
@@ -32,8 +32,7 @@ static struct genl_family quota_genl_family = {
 
 /**
  * quota_send_warning - Send warning to userspace about exceeded quota
- * @type: The quota type: USRQQUOTA, GRPQUOTA,...
- * @id: The user or group id of the quota that was exceeded
+ * @qid: The kernel internal quota identifier.
  * @dev: The device on which the fs is mounted (sb->s_dev)
  * @warntype: The type of the warning: QUOTA_NL_...
  *
This page took 0.103596 seconds and 5 git commands to generate.