Merge tag 'v4.19-rc2' into next-general
Sync to Linux 4.19-rc2 for downstream developers.
This commit is contained in:
@@ -388,7 +388,7 @@ int cap_inode_getsecurity(struct inode *inode, const char *name, void **buffer,
|
||||
if (strcmp(name, "capability") != 0)
|
||||
return -EOPNOTSUPP;
|
||||
|
||||
dentry = d_find_alias(inode);
|
||||
dentry = d_find_any_alias(inode);
|
||||
if (!dentry)
|
||||
return -EINVAL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user