Merge tag 'v4.19-rc2' into next-general

Sync to Linux 4.19-rc2 for downstream developers.
This commit is contained in:
James Morris
2018-09-04 11:35:54 -07:00
11708 changed files with 549864 additions and 242532 deletions

View File

@@ -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;