diff options
Diffstat (limited to 'security/inode.c')
| -rw-r--r-- | security/inode.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/security/inode.c b/security/inode.c index f3b91bfbe4c..f7496c6a022 100644 --- a/security/inode.c +++ b/security/inode.c @@ -287,7 +287,7 @@ void securityfs_remove(struct dentry *dentry)  {  	struct dentry *parent; -	if (!dentry) +	if (!dentry || IS_ERR(dentry))  		return;  	parent = dentry->d_parent;  |