aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/meta_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/meta_io.c')
-rw-r--r--fs/gfs2/meta_io.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c
index da49973a90d1..fe46d563d3c8 100644
--- a/fs/gfs2/meta_io.c
+++ b/fs/gfs2/meta_io.c
@@ -226,8 +226,11 @@ void gfs2_ail1_start_one(struct gfs2_sbd *sdp, struct gfs2_ail *ai)
226 gfs2_assert(sdp, bd->bd_ail == ai); 226 gfs2_assert(sdp, bd->bd_ail == ai);
227 227
228 if (!buffer_busy(bh)) { 228 if (!buffer_busy(bh)) {
229 if (!buffer_uptodate(bh)) 229 if (!buffer_uptodate(bh)) {
230 gfs2_log_unlock(sdp);
230 gfs2_io_error_bh(sdp, bh); 231 gfs2_io_error_bh(sdp, bh);
232 gfs2_log_lock(sdp);
233 }
231 list_move(&bd->bd_ail_st_list, 234 list_move(&bd->bd_ail_st_list,
232 &ai->ai_ail2_list); 235 &ai->ai_ail2_list);
233 continue; 236 continue;