mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
623fd8072c
commit
54886a7153
2 changed files with 5 additions and 2 deletions
|
@ -2373,7 +2373,7 @@ F: kernel/cpuset.c
|
||||||
|
|
||||||
CRAMFS FILESYSTEM
|
CRAMFS FILESYSTEM
|
||||||
W: http://sourceforge.net/projects/cramfs/
|
W: http://sourceforge.net/projects/cramfs/
|
||||||
S: Orphan
|
S: Orphan / Obsolete
|
||||||
F: Documentation/filesystems/cramfs.txt
|
F: Documentation/filesystems/cramfs.txt
|
||||||
F: fs/cramfs/
|
F: fs/cramfs/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config CRAMFS
|
config CRAMFS
|
||||||
tristate "Compressed ROM file system support (cramfs)"
|
tristate "Compressed ROM file system support (cramfs) (OBSOLETE)"
|
||||||
depends on BLOCK
|
depends on BLOCK
|
||||||
select ZLIB_INFLATE
|
select ZLIB_INFLATE
|
||||||
help
|
help
|
||||||
|
@ -16,4 +16,7 @@ config CRAMFS
|
||||||
cramfs. Note that the root file system (the one containing the
|
cramfs. Note that the root file system (the one containing the
|
||||||
directory /) cannot be compiled as a module.
|
directory /) cannot be compiled as a module.
|
||||||
|
|
||||||
|
This filesystem is obsoleted by SquashFS, which is much better
|
||||||
|
in terms of performance and features.
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
Loading…
Reference in a new issue