]> git.baikalelectronics.ru Git - kernel.git/commit
configfs: remove old API
authorChristoph Hellwig <hch@lst.de>
Sat, 3 Oct 2015 13:32:59 +0000 (15:32 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 14 Oct 2015 05:17:57 +0000 (22:17 -0700)
commit5da75aee259e3af2352dbcaf1aab2afd9e094ad6
tree6f5f093837a26d5b56874689234dc818951779ac
parenteda6b7f965f14f8d68743ead901fbfc6fca0e51d
configfs: remove old API

Remove the old show_attribute and store_attribute methods and update
the documentation.  Also replace the two C samples with a single new
one in the proper samples directory where people expect to find it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Documentation/filesystems/Makefile
Documentation/filesystems/configfs/Makefile [deleted file]
Documentation/filesystems/configfs/configfs.txt
Documentation/filesystems/configfs/configfs_example_explicit.c [deleted file]
Documentation/filesystems/configfs/configfs_example_macros.c [deleted file]
fs/configfs/file.c
include/linux/configfs.h
samples/Kconfig
samples/Makefile
samples/configfs/Makefile [new file with mode: 0644]
samples/configfs/configfs_sample.c [new file with mode: 0644]