Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280025
b: refs/heads/master
c: 65e6757
h: refs/heads/master
i:
  280023: 02391ba
v: v3
  • Loading branch information
Kautuk Consul authored and Greg Kroah-Hartman committed Nov 16, 2011
1 parent b298c02 commit e403142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 72f8c0bfa0de64c68ee59f40eb9b2683bffffbb0
refs/heads/master: 65e6757be42ddf0a9115ec0e6af268fec9727359
3 changes: 1 addition & 2 deletions trunk/drivers/base/devtmpfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,9 @@ static int devtmpfsd(void *p)
}
spin_lock(&req_lock);
}
set_current_state(TASK_INTERRUPTIBLE);
__set_current_state(TASK_INTERRUPTIBLE);
spin_unlock(&req_lock);
schedule();
__set_current_state(TASK_RUNNING);
}
return 0;
out:
Expand Down

0 comments on commit e403142

Please sign in to comment.