X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fecryptfs%2Fmmap.c;h=4626976794e75284b2665cfdb99b38092fecfd93;hb=350e4f4985472e29091b899bc227d75d2a66fb4c;hp=564a1fa34b9941a4672d3b455db928ebcd4e4fa1;hpb=345fb3f8efe5a4bf4f0e34e0a988b1482cbe9aa2;p=cascardo%2Flinux.git diff --git a/fs/ecryptfs/mmap.c b/fs/ecryptfs/mmap.c index 564a1fa34b99..4626976794e7 100644 --- a/fs/ecryptfs/mmap.c +++ b/fs/ecryptfs/mmap.c @@ -419,7 +419,7 @@ static int ecryptfs_write_inode_size_to_xattr(struct inode *ecryptfs_inode) ssize_t size; void *xattr_virt; 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; struct inode *lower_inode = lower_dentry->d_inode; int rc;