diff options
Diffstat (limited to 'fs/gfs2/recovery.c')
-rw-r--r-- | fs/gfs2/recovery.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c index 518f9128137e..4d4ea7e66edc 100644 --- a/fs/gfs2/recovery.c +++ b/fs/gfs2/recovery.c | |||
@@ -47,8 +47,7 @@ int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, | |||
47 | return -EIO; | 47 | return -EIO; |
48 | } | 48 | } |
49 | 49 | ||
50 | gfs2_meta_ra(gl, dblock, extlen); | 50 | *bh = gfs2_meta_ra(gl, dblock, extlen); |
51 | error = gfs2_meta_read(gl, dblock, DIO_START | DIO_WAIT, bh); | ||
52 | 51 | ||
53 | return error; | 52 | return error; |
54 | } | 53 | } |