mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
kill f_dentry uses
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
30e46aba8f
commit
b583043e99
19 changed files with 31 additions and 37 deletions
|
@ -1373,7 +1373,7 @@ out:
|
|||
int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode)
|
||||
{
|
||||
struct dentry *lower_dentry =
|
||||
ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_dentry;
|
||||
ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry;
|
||||
ssize_t size;
|
||||
int rc = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue