diff options
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/log.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/gfs2/log.c b/fs/gfs2/log.c index 67465a34954e..87f3e892be3e 100644 --- a/fs/gfs2/log.c +++ b/fs/gfs2/log.c @@ -172,8 +172,11 @@ restart: } spin_unlock(&sdp->sd_ail_lock); blk_finish_plug(&plug); - if (ret) + if (ret) { + gfs2_lm(sdp, "gfs2_ail1_start_one (generic_writepages) " + "returned: %d\n", ret); gfs2_withdraw(sdp); + } trace_gfs2_ail_flush(sdp, wbc, 0); } |