Documentation/filesystems/seq_file.txt: create_proc_entry deprecated
authorFabian Frederick <[email protected]>
Fri, 6 Jun 2014 21:36:40 +0000 (14:36 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Jun 2014 23:08:11 +0000 (16:08 -0700)
commit0b07cb8271507ca99cca79222a1dc92ba415f06b
tree67e9ffdd701364cfa84df501d59a9a9e3e9c078e
parent8401aa1f59975c03eeebd3ac6d264cbdfe9af5de
Documentation/filesystems/seq_file.txt: create_proc_entry deprecated

Linked article in seq_file.txt still uses create_proc_entry which was
removed in commit 80e928f7ebb9 ("proc: Kill create_proc_entry()").

This patch adds information for kernel 3.10 and above

Signed-off-by: Fabian Frederick <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/filesystems/seq_file.txt