From bc3d1b56ae917154e17701adaf425ad18a0fd453 Mon Sep 17 00:00:00 2001 From: Tobias Oed Date: Mon, 11 Jun 2007 08:56:31 -0400 Subject: [PATCH] --- yaml --- r: 59220 b: refs/heads/master c: 13bddc2e9d591e31bf20020dc19ea6ca85de420e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/security/selinux/avc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9ba6cebdfc55..9b172c3ea8e7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2c3c05dbcbc7b9d71549fe0e2b249f10f5a66518 +refs/heads/master: 13bddc2e9d591e31bf20020dc19ea6ca85de420e diff --git a/trunk/security/selinux/avc.c b/trunk/security/selinux/avc.c index cc5fcef9e226..78c408fd2b02 100644 --- a/trunk/security/selinux/avc.c +++ b/trunk/security/selinux/avc.c @@ -586,7 +586,7 @@ void avc_audit(u32 ssid, u32 tsid, } } if (inode) - audit_log_format(ab, " dev=%s ino=%ld", + audit_log_format(ab, " dev=%s ino=%lu", inode->i_sb->s_id, inode->i_ino); break;