From: Kurt Wall <kwall@kurtwerks.com>
To: LKML <linux-kernel@vger.kernel.org>, viro@zeniv.linux.org.uk
Subject: Fix "make mandocs" for fs/inode.c
Date: Mon, 30 Jan 2006 22:46:34 -0500 [thread overview]
Message-ID: <20060131034634.GT1501@kurtwerks.com> (raw)
"make mandocs" complains on fs/inode.c because touch_atime() has an undescribed paramter. This patch silences the complaint by describing the param. Also update the kernel-doc entry to reflect dentry usage over raw inode access.
Signed-off-by: Kurt Wall <kwall@kurtwerks.com>
--- ./linux-2.6.16-rc1/fs/inode.c.orig 2006-01-21 09:30:59.000000000 -0500
+++ ./linux-2.6.16-rc1/fs/inode.c 2006-01-30 22:45:38.000000000 -0500
@@ -1179,7 +1179,7 @@
/**
* touch_atime - update the access time
* @mnt: mount the inode is accessed on
- * @inode: inode accessed
+ * @dentry: dentry containing the inode to update
*
* Update the accessed time on an inode and mark it for writeback.
* This function automatically handles read only file systems and media,
--
Tact, n.:
The unsaid part of what you're thinking.
next reply other threads:[~2006-01-31 3:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-31 3:46 Kurt Wall [this message]
2006-01-31 3:46 ` Randy.Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060131034634.GT1501@kurtwerks.com \
--to=kwall@kurtwerks.com \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®