dect
/
linux-2.6
Archived
13
0
Fork 0

Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus

This commit is contained in:
James Morris 2011-05-13 09:52:16 +10:00
commit ca7d120008
1 changed files with 0 additions and 4 deletions

View File

@ -1819,8 +1819,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;
@ -1857,8 +1855,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;