From 3ce98f94d709bed3f83d5fc33b8d5fe3488959d2 Mon Sep 17 00:00:00 2001 From: James Morris Date: Tue, 30 Aug 2011 10:18:30 +1000 Subject: [PATCH] --- yaml --- r: 264525 b: refs/heads/master c: b97e14520207dccb5cdf93f322e571bf907df104 h: refs/heads/master i: 264523: 98249d027fdee0f957d56d0d8c589d0d4933b3b1 v: v3 --- [refs] | 2 +- trunk/security/integrity/ima/ima_fs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4160dc30fd6c..ed2c33130644 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cc7db09952faefc86187c67c4adf5cbdb6fe2c1b +refs/heads/master: b97e14520207dccb5cdf93f322e571bf907df104 diff --git a/trunk/security/integrity/ima/ima_fs.c b/trunk/security/integrity/ima/ima_fs.c index ef21b96a0b42..e1aa2b482dd2 100644 --- a/trunk/security/integrity/ima/ima_fs.c +++ b/trunk/security/integrity/ima/ima_fs.c @@ -287,7 +287,7 @@ static atomic_t policy_opencount = ATOMIC_INIT(1); /* * ima_open_policy: sequentialize access to the policy file */ -int ima_open_policy(struct inode * inode, struct file * filp) +static int ima_open_policy(struct inode * inode, struct file * filp) { /* No point in being allowed to open it if you aren't going to write */ if (!(filp->f_flags & O_WRONLY))