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

Commit 01a732eb authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

[PATCH] ext4 calls journal_stop



journal_stop() is not defined for ext4; change to ext4_journal_stop().

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bff19b1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1232,7 +1232,7 @@ static int ext4_prepare_write(struct file *file, struct page *page,
				from, to, NULL, do_journal_get_write_access);
		if (ret)
			/* fatal error, just put the handle and return */
			journal_stop(handle);
			ext4_journal_stop(handle);
	}
	return ret;