Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230644
b: refs/heads/master
c: 6c98791
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown committed Jan 13, 2011
1 parent 6ed1116 commit 6186fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf572541ab44240163eaa2d486b06f306a31d45a
refs/heads/master: 6c9879101442b08581e8a0e3ae6b7f643a78fd63
3 changes: 2 additions & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -6042,7 +6042,8 @@ static int md_thread(void * arg)
|| kthread_should_stop(),
thread->timeout);

if (test_and_clear_bit(THREAD_WAKEUP, &thread->flags))
clear_bit(THREAD_WAKEUP, &thread->flags);
if (!kthread_should_stop())
thread->run(thread->mddev);
}

Expand Down

0 comments on commit 6186fbd

Please sign in to comment.