diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-11-12 18:08:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-12 22:09:12 -0500 |
commit | 54886a7153353ea2bf21ebfc1b8e030e71d151d7 (patch) | |
tree | 0e39e7d4e06436a791cd88f2b96e01f5663ebc4c | |
parent | 623fd8072c7c4d77a184bc9e35192acf480c18e4 (diff) |
cramfs: mark as obsolete
Who needs cramfs when you have squashfs? At least, we should warn people
that cramfs is obsolete.
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | fs/cramfs/Kconfig | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 051e4dc5b70f..f5867f469f13 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2373,7 +2373,7 @@ F: kernel/cpuset.c | |||
2373 | 2373 | ||
2374 | CRAMFS FILESYSTEM | 2374 | CRAMFS FILESYSTEM |
2375 | W: http://sourceforge.net/projects/cramfs/ | 2375 | W: http://sourceforge.net/projects/cramfs/ |
2376 | S: Orphan | 2376 | S: Orphan / Obsolete |
2377 | F: Documentation/filesystems/cramfs.txt | 2377 | F: Documentation/filesystems/cramfs.txt |
2378 | F: fs/cramfs/ | 2378 | F: fs/cramfs/ |
2379 | 2379 | ||
diff --git a/fs/cramfs/Kconfig b/fs/cramfs/Kconfig index cd06466f365e..11b29d491b7c 100644 --- a/fs/cramfs/Kconfig +++ b/fs/cramfs/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | config CRAMFS | 1 | config CRAMFS |
2 | tristate "Compressed ROM file system support (cramfs)" | 2 | tristate "Compressed ROM file system support (cramfs) (OBSOLETE)" |
3 | depends on BLOCK | 3 | depends on BLOCK |
4 | select ZLIB_INFLATE | 4 | select ZLIB_INFLATE |
5 | help | 5 | help |
@@ -16,4 +16,7 @@ config CRAMFS | |||
16 | cramfs. Note that the root file system (the one containing the | 16 | cramfs. Note that the root file system (the one containing the |
17 | directory /) cannot be compiled as a module. | 17 | directory /) cannot be compiled as a module. |
18 | 18 | ||
19 | This filesystem is obsoleted by SquashFS, which is much better | ||
20 | in terms of performance and features. | ||
21 | |||
19 | If unsure, say N. | 22 | If unsure, say N. |