diff options
author | Christoph Hellwig <hch@lst.de> | 2015-10-03 09:32:59 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-10-14 01:17:57 -0400 |
commit | 517982229f78b2aebf00a8a337e84e8eeea70b8e (patch) | |
tree | 6f5f093837a26d5b56874689234dc818951779ac /samples/Kconfig | |
parent | 45b997737a8025be2825e464e9e9dd5d07160dc3 (diff) |
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>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 224ebb46bed5..d54f28c6dc5e 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -70,4 +70,10 @@ config SAMPLE_LIVEPATCH | |||
70 | Builds a sample live patch that replaces the procfs handler | 70 | Builds a sample live patch that replaces the procfs handler |
71 | for /proc/cmdline to print "this has been live patched". | 71 | for /proc/cmdline to print "this has been live patched". |
72 | 72 | ||
73 | config SAMPLE_CONFIGFS | ||
74 | tristate "Build configfs patching sample -- loadable modules only" | ||
75 | depends on CONFIGFS_FS && m | ||
76 | help | ||
77 | Builds a sample configfs interface. | ||
78 | |||
73 | endif # SAMPLES | 79 | endif # SAMPLES |