projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a7ab0
)
GFS2: gfs2_logd should be using interruptible waits
author
Steven Whitehouse
<swhiteho@redhat.com>
Thu, 9 Sep 2010 13:45:00 +0000
(14:45 +0100)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 17 Sep 2010 13:00:10 +0000
(14:00 +0100)
Looks like this crept in, in a recent update.
Reported-by: Krzysztof Urbaniak <urban@bash.org.pl>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/log.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/log.c
b/fs/gfs2/log.c
index cde1248a62255ae9bdb03b4c2757a71e973fa089..ac750bd31a6f311e8a3dfc859a257c6f85b2f79d 100644
(file)
--- a/
fs/gfs2/log.c
+++ b/
fs/gfs2/log.c
@@
-932,7
+932,7
@@
int gfs2_logd(void *data)
do {
prepare_to_wait(&sdp->sd_logd_waitq, &wait,
- TASK_
UN
INTERRUPTIBLE);
+ TASK_INTERRUPTIBLE);
if (!gfs2_ail_flush_reqd(sdp) &&
!gfs2_jrnl_flush_reqd(sdp) &&
!kthread_should_stop())