]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit517982229f78b2aebf00a8a337e84e8eeea70b8e
tree6f5f093837a26d5b56874689234dc818951779ac
parent45b997737a8025be2825e464e9e9dd5d07160dc3
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]
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 [moved from Documentation/filesystems/configfs/configfs_example_macros.c with 74% similarity]