diff options
Diffstat (limited to 'drivers/base/devtmpfs.c')
| -rw-r--r-- | drivers/base/devtmpfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/base/devtmpfs.c b/drivers/base/devtmpfs.c index a4760e095ff5..2bb4bff3af7d 100644 --- a/drivers/base/devtmpfs.c +++ b/drivers/base/devtmpfs.c | |||
| @@ -413,10 +413,9 @@ static int devtmpfsd(void *p) | |||
| 413 | } | 413 | } |
| 414 | spin_lock(&req_lock); | 414 | spin_lock(&req_lock); |
| 415 | } | 415 | } |
| 416 | set_current_state(TASK_INTERRUPTIBLE); | 416 | __set_current_state(TASK_INTERRUPTIBLE); |
| 417 | spin_unlock(&req_lock); | 417 | spin_unlock(&req_lock); |
| 418 | schedule(); | 418 | schedule(); |
| 419 | __set_current_state(TASK_RUNNING); | ||
| 420 | } | 419 | } |
| 421 | return 0; | 420 | return 0; |
| 422 | out: | 421 | out: |
