aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jffs2.h
diff options
context:
space:
mode:
authorFerenc Havasi <havasi@inf.u-szeged.hu>2005-07-26 09:24:43 -0400
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-11-06 11:31:24 -0500
commit2227c0ba4bc177a014d95b380b4d888454a127a9 (patch)
tree5194c9974261a70473b063fc8c611773c09d719d /include/linux/jffs2.h
parentf302cd028c90ddbca20cb5388458ae0f0dd03d9b (diff)
[jffs2] Remove compressor lzo and lzari
Remove unused compressor code Signed-off-by: Ferenc Havasi <havasi@inf.u-szeged.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/jffs2.h')
-rw-r--r--include/linux/jffs2.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/jffs2.h b/include/linux/jffs2.h
index 7bc51add62fa..a66d0a8b70e4 100644
--- a/include/linux/jffs2.h
+++ b/include/linux/jffs2.h
@@ -8,7 +8,7 @@
8 * For licensing information, see the file 'LICENCE' in the 8 * For licensing information, see the file 'LICENCE' in the
9 * jffs2 directory. 9 * jffs2 directory.
10 * 10 *
11 * $Id: jffs2.h,v 1.35 2005/07/24 15:15:51 dedekind Exp $ 11 * $Id: jffs2.h,v 1.36 2005/07/26 13:19:36 havasi Exp $
12 * 12 *
13 */ 13 */
14 14
@@ -43,8 +43,6 @@
43#define JFFS2_COMPR_COPY 0x04 43#define JFFS2_COMPR_COPY 0x04
44#define JFFS2_COMPR_DYNRUBIN 0x05 44#define JFFS2_COMPR_DYNRUBIN 0x05
45#define JFFS2_COMPR_ZLIB 0x06 45#define JFFS2_COMPR_ZLIB 0x06
46#define JFFS2_COMPR_LZO 0x07
47#define JFFS2_COMPR_LZARI 0x08
48/* Compatibility flags. */ 46/* Compatibility flags. */
49#define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */ 47#define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */
50#define JFFS2_NODE_ACCURATE 0x2000 48#define JFFS2_NODE_ACCURATE 0x2000