Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250788
b: refs/heads/master
c: 425b473
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris committed Apr 20, 2011
1 parent b0ff072 commit c7eebeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 1214eac73f798bccabc6adb55e7b2d787527c13c
refs/heads/master: 425b473de5372cad6fffc6b98a758ed8e3fc70ce
4 changes: 0 additions & 4 deletions trunk/security/selinux/ss/policydb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1824,8 +1824,6 @@ static int filename_trans_read(struct policydb *p, void *fp)
goto out;
nel = le32_to_cpu(buf[0]);

printk(KERN_ERR "%s: nel=%d\n", __func__, nel);

last = p->filename_trans;
while (last && last->next)
last = last->next;
Expand Down Expand Up @@ -1862,8 +1860,6 @@ static int filename_trans_read(struct policydb *p, void *fp)
goto out;
name[len] = 0;

printk(KERN_ERR "%s: ft=%p ft->name=%p ft->name=%s\n", __func__, ft, ft->name, ft->name);

rc = next_entry(buf, fp, sizeof(u32) * 4);
if (rc)
goto out;
Expand Down

0 comments on commit c7eebeb

Please sign in to comment.