]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e451a13041cc4dbad540dff9a8bb1b34c2b9163
treef1f86c8ad25db5f9755d32afecd131785b6e25f9
parent326c8e9c2cbeb094bb33b1d3036eb458432176ab
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