OSDN Git Service

Documentation: seq_file: Document seq_open_private(), seq_release_private()
authorRob Jones <rob.jones@codethink.co.uk>
Sun, 7 Sep 2014 18:24:40 +0000 (11:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Sep 2014 22:21:13 +0000 (15:21 -0700)
commit77be4daf4e65eb1da70e6623ec61ecde62f5de95
treef1f86c8ad25db5f9755d32afecd131785b6e25f9
parent6fef37c9a7f15eb18d726e845f1bdff5809bd3f8
Documentation: seq_file: Document seq_open_private(), seq_release_private()

Despite the fact that these functions have been around for years, they
are little used (only 15 uses in 13 files at the preseht time) even
though many other files use work-arounds to achieve the same result.

By documenting them, hopefully they will become more widely used.

Signed-off-by: Rob Jones <rob.jones@codethink.co.uk>
Acked-by: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/filesystems/seq_file.txt