diff options
author | Artem B. Bityutskiy <dedekind@infradead.org> | 2005-09-27 09:17:32 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-11-06 16:40:33 -0500 |
commit | 2f0077e01822424c4f73aa838a063a5b0193d533 (patch) | |
tree | 1fad79f6a2ffac3f535a0e6ecd3193de97b2b209 /fs/jffs2 | |
parent | 87590e26ff4e7d57dfdaa81780b1b0d9e9970a4c (diff) |
[JFFS2] Remove stale comment
Signed-off-by: Artem B. Bityutskiy <dedekind@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'fs/jffs2')
-rw-r--r-- | fs/jffs2/fs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/jffs2/fs.c b/fs/jffs2/fs.c index c15c30220475..b0b96d7272d8 100644 --- a/fs/jffs2/fs.c +++ b/fs/jffs2/fs.c | |||
@@ -7,7 +7,7 @@ | |||
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.65 2005/09/07 08:34:54 havasi Exp $ | 10 | * $Id: fs.c,v 1.66 2005/09/27 13:17:29 dedekind Exp $ |
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
@@ -476,7 +476,6 @@ int jffs2_do_fill_super(struct super_block *sb, void *data, int silent) | |||
476 | } | 476 | } |
477 | 477 | ||
478 | c->cleanmarker_size = sizeof(struct jffs2_unknown_node); | 478 | c->cleanmarker_size = sizeof(struct jffs2_unknown_node); |
479 | /* Joern -- stick alignment for weird 8-byte-page flash here */ | ||
480 | 479 | ||
481 | /* NAND (or other bizarre) flash... do setup accordingly */ | 480 | /* NAND (or other bizarre) flash... do setup accordingly */ |
482 | ret = jffs2_flash_setup(c); | 481 | ret = jffs2_flash_setup(c); |