diff options
author | Christoph Hellwig <hch@lst.de> | 2016-09-11 09:04:46 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-14 23:48:11 -0500 |
commit | 1d0fd57a50aa372dd2e84b16711023cbcd826cb8 (patch) | |
tree | d80b0315115e733f41fb412dbbb3cba035bbfcff /fs/logfs/Kconfig | |
parent | 64d2ab32efe39354c29e1ecefea3769586026979 (diff) | |
download | linux-1d0fd57a50aa372dd2e84b16711023cbcd826cb8.tar.bz2 |
logfs: remove from tree
Logfs was introduced to the kernel in 2009, and hasn't seen any non
drive-by changes since 2012, while having lots of unsolved issues
including the complete lack of error handling, with more and more
issues popping up without any fixes.
The logfs.org domain has been bouncing from a mail, and the maintainer
on the non-logfs.org domain hasn't repsonded to past queries either.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/logfs/Kconfig')
-rw-r--r-- | fs/logfs/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/fs/logfs/Kconfig b/fs/logfs/Kconfig deleted file mode 100644 index 2b4503163930..000000000000 --- a/fs/logfs/Kconfig +++ /dev/null @@ -1,17 +0,0 @@ -config LOGFS - tristate "LogFS file system" - depends on MTD || (!MTD && BLOCK) - select ZLIB_INFLATE - select ZLIB_DEFLATE - select CRC32 - select BTREE - help - Flash filesystem aimed to scale efficiently to large devices. - In comparison to JFFS2 it offers significantly faster mount - times and potentially less RAM usage, although the latter has - not been measured yet. - - In its current state it is still very experimental and should - not be used for other than testing purposes. - - If unsure, say N. |