expand some comments (d_path / seq_path)
authorArjan van de Ven <[email protected]>
Mon, 1 Dec 2008 22:35:00 +0000 (14:35 -0800)
committerAl Viro <[email protected]>
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 <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/dcache.c
fs/seq_file.c