Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d952709 authored by Artem B. Bityuckiy's avatar Artem B. Bityuckiy Committed by Thomas Gleixner
Browse files

[JFFS2] Use function to manipulate superblock dirty flag



Use the corresponding function to mark Superblock dirty instead
of doing it directly.

Signed-off-by: default avatarArtem B. Bityuckiy <dedekind@infradead.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 3c45e00a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
 *
 * For licensing information, see the file 'LICENCE' in this directory.
 *
 * $Id: wbuf.c,v 1.89 2005/02/09 09:23:54 pavlov Exp $
 * $Id: wbuf.c,v 1.91 2005/03/18 09:58:06 dedekind Exp $
 *
 */

@@ -83,7 +83,7 @@ static void jffs2_wbuf_dirties_inode(struct jffs2_sb_info *c, uint32_t ino)
	struct jffs2_inodirty *new;

	/* Mark the superblock dirty so that kupdated will flush... */
	OFNI_BS_2SFFJ(c)->s_dirt = 1;
	jffs2_erase_pending_trigger(c);

	if (jffs2_wbuf_pending_for_ino(c, ino))
		return;