Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33107
b: refs/heads/master
c: 6988434
h: refs/heads/master
i:
  33105: 94bf7eb
  33103: 1de9c7e
v: v3
  • Loading branch information
Amy Griffis authored and Al Viro committed Aug 3, 2006
1 parent d129ee1 commit 0c28de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 73d3ec5abad3f1730ac8530899d2c14d92f3ad63
refs/heads/master: 6988434ee5f532c71be3131fba23283f5cf43847
4 changes: 1 addition & 3 deletions trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,7 @@ static const struct inotify_operations audit_inotify_ops = {
/* Initialize audit support at boot time. */
static int __init audit_init(void)
{
#ifdef CONFIG_AUDITSYSCALL
int i;
#endif

printk(KERN_INFO "audit: initializing netlink socket (%s)\n",
audit_default ? "enabled" : "disabled");
Expand All @@ -717,10 +715,10 @@ static int __init audit_init(void)
audit_ih = inotify_init(&audit_inotify_ops);
if (IS_ERR(audit_ih))
audit_panic("cannot initialize inotify handle");
#endif

for (i = 0; i < AUDIT_INODE_BUCKETS; i++)
INIT_LIST_HEAD(&audit_inode_hash[i]);
#endif

return 0;
}
Expand Down

0 comments on commit 0c28de9

Please sign in to comment.