Skip to content

Commit

Permalink
[JFFS2] Remove stale comment
Browse files Browse the repository at this point in the history
Signed-off-by: Artem B. Bityutskiy <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
  • Loading branch information
dedekind authored and Thomas Gleixner committed Nov 6, 2005
1 parent 87590e2 commit 2f0077e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/jffs2/fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 $
*
*/

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 2f0077e

Please sign in to comment.