]> 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)
commitfe427f5e50dfd1c659ee7035c152f354702d6d8a
treef1f86c8ad25db5f9755d32afecd131785b6e25f9
parentf4f48a0de228b96e12952fb30addc66271f8b669
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