Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258823
b: refs/heads/master
c: e13889b
h: refs/heads/master
i:
  258821: 5fc6580
  258819: 51c8c55
  258815: 588365d
v: v3
  • Loading branch information
Al Viro committed Jul 25, 2011
1 parent d27bc97 commit 2dd4e47
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: eda65cc6ce2a45dc01c233e301e59cd7a0f763ad
refs/heads/master: e13889bab3c6b5c839075086d28fe05f71984dda
3 changes: 2 additions & 1 deletion trunk/drivers/base/devtmpfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,10 @@ static int devtmpfsd(void *p)
requests = NULL;
spin_unlock(&req_lock);
while (req) {
struct req *next = req->next;
req->err = handle(req->name, req->mode, req->dev);
complete(&req->done);
req = req->next;
req = next;
}
spin_lock(&req_lock);
}
Expand Down

0 comments on commit 2dd4e47

Please sign in to comment.