diff options
author | Christoph Hellwig <hch@lst.de> | 2015-10-03 16:32:59 +0300 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-10-14 08:17:57 +0300 |
commit | 517982229f78b2aebf00a8a337e84e8eeea70b8e (patch) | |
tree | 6f5f093837a26d5b56874689234dc818951779ac /Documentation/filesystems/configfs/Makefile | |
parent | 45b997737a8025be2825e464e9e9dd5d07160dc3 (diff) | |
download | linux-517982229f78b2aebf00a8a337e84e8eeea70b8e.tar.xz |
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 'Documentation/filesystems/configfs/Makefile')
-rw-r--r-- | Documentation/filesystems/configfs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/filesystems/configfs/Makefile b/Documentation/filesystems/configfs/Makefile deleted file mode 100644 index be7ec5e67dbc..000000000000 --- a/Documentation/filesystems/configfs/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -ifneq ($(CONFIG_CONFIGFS_FS),) -obj-m += configfs_example_explicit.o configfs_example_macros.o -endif |