Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127553
b: refs/heads/master
c: 116e057
h: refs/heads/master
i:
  127551: eb16623
v: v3
  • Loading branch information
Lai Jiangshan authored and Linus Torvalds committed Jan 8, 2009
1 parent 7f5341c commit b863bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a47295e6bc42ad35f9c15ac66f598aa24debd4e2
refs/heads/master: 116e05751285c20edf5768ca3bcc00dad86181bb
2 changes: 1 addition & 1 deletion trunk/security/device_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ int devcgroup_inode_mknod(int mode, dev_t dev)

dev_cgroup = task_devcgroup(current);

list_for_each_entry(wh, &dev_cgroup->whitelist, list) {
list_for_each_entry_rcu(wh, &dev_cgroup->whitelist, list) {
if (wh->type & DEV_ALL)
goto acc_check;
if ((wh->type & DEV_BLOCK) && !S_ISBLK(mode))
Expand Down

0 comments on commit b863bdf

Please sign in to comment.