Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f487490 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

GFS2: gfs2_logd should be using interruptible waits



Looks like this crept in, in a recent update.

Reported-by: default avatarKrzysztof Urbaniak <urban@bash.org.pl>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 03a7ab08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -932,7 +932,7 @@ int gfs2_logd(void *data)

		do {
			prepare_to_wait(&sdp->sd_logd_waitq, &wait,
					TASK_UNINTERRUPTIBLE);
					TASK_INTERRUPTIBLE);
			if (!gfs2_ail_flush_reqd(sdp) &&
			    !gfs2_jrnl_flush_reqd(sdp) &&
			    !kthread_should_stop())