diff options
Diffstat (limited to 'fs/gfs2/log.c')
-rw-r--r-- | fs/gfs2/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/log.c b/fs/gfs2/log.c index 9c65170e932e..eb01f3575e10 100644 --- a/fs/gfs2/log.c +++ b/fs/gfs2/log.c | |||
@@ -923,7 +923,7 @@ int gfs2_logd(void *data) | |||
923 | 923 | ||
924 | do { | 924 | do { |
925 | prepare_to_wait(&sdp->sd_logd_waitq, &wait, | 925 | prepare_to_wait(&sdp->sd_logd_waitq, &wait, |
926 | TASK_UNINTERRUPTIBLE); | 926 | TASK_INTERRUPTIBLE); |
927 | if (!gfs2_ail_flush_reqd(sdp) && | 927 | if (!gfs2_ail_flush_reqd(sdp) && |
928 | !gfs2_jrnl_flush_reqd(sdp) && | 928 | !gfs2_jrnl_flush_reqd(sdp) && |
929 | !kthread_should_stop()) | 929 | !kthread_should_stop()) |