Skip to content

Commit

Permalink
ima: fmode_t misspelled as mode_t...
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Jul 26, 2011
1 parent ed47641 commit 4b2a2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/integrity/ima/ima_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void ima_check_last_writer(struct ima_iint_cache *iint,
struct inode *inode,
struct file *file)
{
mode_t mode = file->f_mode;
fmode_t mode = file->f_mode;

mutex_lock(&iint->mutex);
if (mode & FMODE_WRITE &&
Expand Down

0 comments on commit 4b2a2c6

Please sign in to comment.