Commit 4b2a2c67 authored by Al Viro's avatar Al Viro

ima: fmode_t misspelled as mode_t...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ed476418
......@@ -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 &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment