Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes

* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes:
GFS2: gfs2_logd should be using interruptible waits

+1 -1
+1 -1
fs/gfs2/log.c
··· 932 932 933 933 do { 934 934 prepare_to_wait(&sdp->sd_logd_waitq, &wait, 935 - TASK_UNINTERRUPTIBLE); 935 + TASK_INTERRUPTIBLE); 936 936 if (!gfs2_ail_flush_reqd(sdp) && 937 937 !gfs2_jrnl_flush_reqd(sdp) && 938 938 !kthread_should_stop())