From: Artem B. Bityutskiy Date: Tue, 27 Sep 2005 13:17:32 +0000 (+0100) Subject: [JFFS2] Remove stale comment X-Git-Tag: firefly_0821_release~40572^2~39 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f0077e01822424c4f73aa838a063a5b0193d533;p=firefly-linux-kernel-4.4.55.git [JFFS2] Remove stale comment Signed-off-by: Artem B. Bityutskiy Signed-off-by: Thomas Gleixner --- 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 @@ * * 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);