diff options
author | David Woodhouse <dwmw2@infradead.org> | 2005-07-06 08:13:13 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-07-06 10:12:09 -0400 |
commit | 265489f01d8c05f7aae174651a98854af090efc0 (patch) | |
tree | 3d543da813f26f5637194b4a10b5c253be1dfc9c /fs/jffs2/fs.c | |
parent | 9dee7503ce3fc38911b9873216619190cf688128 (diff) |
[JFFS2] Remove compatibilty cruft for ancient kernels
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'fs/jffs2/fs.c')
-rw-r--r-- | fs/jffs2/fs.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/jffs2/fs.c b/fs/jffs2/fs.c index c91c66e5e869..5687c3f42002 100644 --- a/fs/jffs2/fs.c +++ b/fs/jffs2/fs.c | |||
@@ -7,11 +7,10 @@ | |||
7 | * | 7 | * |
8 | * For licensing information, see the file 'LICENCE' in this directory. | 8 | * For licensing information, see the file 'LICENCE' in this directory. |
9 | * | 9 | * |
10 | * $Id: fs.c,v 1.53 2005/02/09 09:23:53 pavlov Exp $ | 10 | * $Id: fs.c,v 1.56 2005/07/06 12:13:09 dwmw2 Exp $ |
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/version.h> | ||
15 | #include <linux/config.h> | 14 | #include <linux/config.h> |
16 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
17 | #include <linux/sched.h> | 16 | #include <linux/sched.h> |
@@ -526,9 +525,7 @@ int jffs2_do_fill_super(struct super_block *sb, void *data, int silent) | |||
526 | if (!sb->s_root) | 525 | if (!sb->s_root) |
527 | goto out_root_i; | 526 | goto out_root_i; |
528 | 527 | ||
529 | #if LINUX_VERSION_CODE >= 0x20403 | ||
530 | sb->s_maxbytes = 0xFFFFFFFF; | 528 | sb->s_maxbytes = 0xFFFFFFFF; |
531 | #endif | ||
532 | sb->s_blocksize = PAGE_CACHE_SIZE; | 529 | sb->s_blocksize = PAGE_CACHE_SIZE; |
533 | sb->s_blocksize_bits = PAGE_CACHE_SHIFT; | 530 | sb->s_blocksize_bits = PAGE_CACHE_SHIFT; |
534 | sb->s_magic = JFFS2_SUPER_MAGIC; | 531 | sb->s_magic = JFFS2_SUPER_MAGIC; |