diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/namei.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/namei.c b/fs/namei.c index 1f13751693a5..a005d8b7afad 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -856,9 +856,6 @@ static int __link_path_walk(const char *name, struct nameidata *nd) | |||
856 | if (err == -EAGAIN) | 856 | if (err == -EAGAIN) |
857 | err = inode_permission(nd->path.dentry->d_inode, | 857 | err = inode_permission(nd->path.dentry->d_inode, |
858 | MAY_EXEC); | 858 | MAY_EXEC); |
859 | if (!err) | ||
860 | err = ima_path_check(&nd->path, MAY_EXEC, | ||
861 | IMA_COUNT_UPDATE); | ||
862 | if (err) | 859 | if (err) |
863 | break; | 860 | break; |
864 | 861 | ||