]> err.no Git - linux-2.6/commitdiff
[JFFS2] Remove stale comment
authorArtem B. Bityutskiy <dedekind@infradead.org>
Tue, 27 Sep 2005 13:17:32 +0000 (14:17 +0100)
committerThomas Gleixner <tglx@mtd.linutronix.de>
Sun, 6 Nov 2005 21:40:33 +0000 (22:40 +0100)
Signed-off-by: Artem B. Bityutskiy <dedekind@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
fs/jffs2/fs.c

index c15c30220475798f7a6df087109d53bdcf7def78..b0b96d7272d8d4b21b3e9912bfd32a780dc4a47d 100644 (file)
@@ -7,7 +7,7 @@
  *
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: fs.c,v 1.65 2005/09/07 08:34:54 havasi Exp $
+ * $Id: fs.c,v 1.66 2005/09/27 13:17:29 dedekind Exp $
  *
  */
 
@@ -476,7 +476,6 @@ int jffs2_do_fill_super(struct super_block *sb, void *data, int silent)
        }
 
        c->cleanmarker_size = sizeof(struct jffs2_unknown_node);
-       /* Joern -- stick alignment for weird 8-byte-page flash here */
 
        /* NAND (or other bizarre) flash... do setup accordingly */
        ret = jffs2_flash_setup(c);