aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/journal.c')
-rw-r--r--fs/ocfs2/journal.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c
index 562ba652593e..10c51b562be8 100644
--- a/fs/ocfs2/journal.c
+++ b/fs/ocfs2/journal.c
@@ -850,9 +850,8 @@ static int ocfs2_force_read_journal(struct inode *inode)
850 850
851 /* We are reading journal data which should not 851 /* We are reading journal data which should not
852 * be put in the uptodate cache */ 852 * be put in the uptodate cache */
853 status = ocfs2_read_blocks(OCFS2_SB(inode->i_sb), 853 status = ocfs2_read_blocks_sync(OCFS2_SB(inode->i_sb),
854 p_blkno, p_blocks, bhs, 0, 854 p_blkno, p_blocks, bhs);
855 NULL);
856 if (status < 0) { 855 if (status < 0) {
857 mlog_errno(status); 856 mlog_errno(status);
858 goto bail; 857 goto bail;