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)
commit52afeefb9dac9287429642189996426a2bfd6a25
treecbc7baf2a2f4e8dc16861ad4b13de0183f4afa7e
parentbe42c4c433c2c0d3f1583c08908fead00d36d222
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