diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 1d85d4ec9598e063968894e1cc9aa592e65dc849..a127cc03c9fa2868739ded1b98c7cd6d0d7ecc8b 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -1232,7 +1232,7 @@ retry:
 				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;