]> git.baikalelectronics.ru Git - kernel.git/commit
expand some comments (d_path / seq_path)
authorArjan van de Ven <arjan@infradead.org>
Mon, 1 Dec 2008 22:35:00 +0000 (14:35 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 31 Dec 2008 23:07:41 +0000 (18:07 -0500)
commitf96afdec30d8ba26c32fafb3db43f0c1ee2e019e
treecbc7baf2a2f4e8dc16861ad4b13de0183f4afa7e
parentd8f390bdc694b452e8d075554993627f60d7c0e5
expand some comments (d_path / seq_path)

Explain that you really need to use the return value of d_path rather than
the buffer you passed into it.

Also fix the comment for seq_path(), the function arguments changed
recently but the comment hadn't been updated in sync.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c
fs/seq_file.c