X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=security%2Fapparmor%2Fresource.c;h=e1f3d7ef2c54f75861d5bc85990f647cf7524b58;hb=50c205f5e5c2e2af002fd4ef537ded79b90b1b56;hp=d06f57b74f77a5e8a469b45748eede98ce2966ef;hpb=07f62eb66c6626aa5653a0fcb34c9c040d0bd032;p=~andy%2Flinux diff --git a/security/apparmor/resource.c b/security/apparmor/resource.c index d06f57b74f7..e1f3d7ef2c5 100644 --- a/security/apparmor/resource.c +++ b/security/apparmor/resource.c @@ -52,7 +52,7 @@ static int audit_resource(struct aa_profile *profile, unsigned int resource, struct common_audit_data sa; struct apparmor_audit_data aad = {0,}; - COMMON_AUDIT_DATA_INIT(&sa, LSM_AUDIT_DATA_NONE); + sa.type = LSM_AUDIT_DATA_NONE; sa.aad = &aad; aad.op = OP_SETRLIMIT, aad.rlim.rlim = resource;