Fix overlayfs build break
Change call from ovl_revert_creds to revert_creds in fs/overlayfs/inode.c, which is consistent with other usage. This fixes a build break. Signed-off-by: Tom Gall <tom.gall@linaro.org> Change-Id: I052ed3510a19aa85a1857fb0978ff2966243cb0b
This commit is contained in:
parent
7838c48a55
commit
2b874e3aed
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ int ovl_permission(struct inode *inode, int mask)
|
|||
|
||||
old_cred = ovl_override_creds(inode->i_sb);
|
||||
err = __inode_permission(realinode, mask);
|
||||
ovl_revert_creds(old_cred);
|
||||
revert_creds(old_cred);
|
||||
|
||||
out_dput:
|
||||
dput(alias);
|
||||
|
|
Loading…
Add table
Reference in a new issue