Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132608
b: refs/heads/master
c: ed850a5
h: refs/heads/master
v: v3
  • Loading branch information
Mimi Zohar authored and James Morris committed Feb 11, 2009
1 parent 305e076 commit 14a3613
Show file tree
Hide file tree
Showing 3 changed files with 5 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: cb5629b10d64a8006622ce3a52bc887d91057d69
refs/heads/master: ed850a52af971528b048812c4215cef298af0d3b
5 changes: 3 additions & 2 deletions trunk/include/linux/ima.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
* the Free Software Foundation, version 2 of the License.
*/

#include <linux/fs.h>

#ifndef _LINUX_IMA_H
#define _LINUX_IMA_H

#include <linux/fs.h>
struct linux_binprm;

#ifdef CONFIG_IMA
extern int ima_bprm_check(struct linux_binprm *bprm);
extern int ima_inode_alloc(struct inode *inode);
Expand Down
2 changes: 1 addition & 1 deletion trunk/mm/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/swap.h>
#include <linux/ima.h>

static struct vfsmount *shm_mnt;

Expand Down Expand Up @@ -59,7 +60,6 @@ static struct vfsmount *shm_mnt;
#include <linux/highmem.h>
#include <linux/seq_file.h>
#include <linux/magic.h>
#include <linux/ima.h>

#include <asm/uaccess.h>
#include <asm/div64.h>
Expand Down

0 comments on commit 14a3613

Please sign in to comment.