Loading fs/ocfs2/dlm/dlmthread.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -731,7 +731,7 @@ static int dlm_thread(void *data) /* yield and continue right away if there is more work to do */ /* yield and continue right away if there is more work to do */ if (!n) { if (!n) { yield(); cond_resched(); continue; continue; } } Loading Loading
fs/ocfs2/dlm/dlmthread.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -731,7 +731,7 @@ static int dlm_thread(void *data) /* yield and continue right away if there is more work to do */ /* yield and continue right away if there is more work to do */ if (!n) { if (!n) { yield(); cond_resched(); continue; continue; } } Loading