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/Kconfig | |
parent | 64d2ab32efe39354c29e1ecefea3769586026979 (diff) | |
download | linux-next-1d0fd57a50aa372dd2e84b16711023cbcd826cb8.tar.gz |
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/Kconfig')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 4bd03a2b0518..884653fc6a8b 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -235,7 +235,6 @@ source "fs/efs/Kconfig" source "fs/jffs2/Kconfig" # UBIFS File system configuration source "fs/ubifs/Kconfig" -source "fs/logfs/Kconfig" source "fs/cramfs/Kconfig" source "fs/squashfs/Kconfig" source "fs/freevxfs/Kconfig" |