mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Fix "make mandocs" for fs/inode.c
@ 2006-01-31  3:46 Kurt Wall
  2006-01-31  3:46 ` Randy.Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Kurt Wall @ 2006-01-31  3:46 UTC (permalink / raw)
  To: LKML, viro

"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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix "make mandocs" for fs/inode.c
  2006-01-31  3:46 Fix "make mandocs" for fs/inode.c Kurt Wall
@ 2006-01-31  3:46 ` Randy.Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2006-01-31  3:46 UTC (permalink / raw)
  To: Kurt Wall; +Cc: linux-kernel, viro

On Mon, 30 Jan 2006 22:46:34 -0500 Kurt Wall wrote:

> "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

patched on 2006-JAN-21 by Martin Waitz.

Most of the others have also been submitted, either on
linux-kernel or linux-ide (for ATA) mailing lists.  Sorry.
Thanks for trying to help out, though.

---
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-31  3:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-31  3:46 Fix "make mandocs" for fs/inode.c Kurt Wall
2006-01-31  3:46 ` Randy.Dunlap

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®