diff options
Diffstat (limited to 'fs/ecryptfs/mmap.c')
-rw-r--r-- | fs/ecryptfs/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/mmap.c b/fs/ecryptfs/mmap.c index 9b621108d5c1..60e635eddc77 100644 --- a/fs/ecryptfs/mmap.c +++ b/fs/ecryptfs/mmap.c | |||
@@ -307,7 +307,7 @@ static int ecryptfs_readpage(struct file *file, struct page *page) | |||
307 | memset(page_virt, 0, PAGE_CACHE_SIZE); | 307 | memset(page_virt, 0, PAGE_CACHE_SIZE); |
308 | if (page->index == 0) { | 308 | if (page->index == 0) { |
309 | rc = ecryptfs_read_xattr_region( | 309 | rc = ecryptfs_read_xattr_region( |
310 | page_virt, file->f_path.dentry); | 310 | page_virt, page->mapping->host); |
311 | set_header_info(page_virt, crypt_stat); | 311 | set_header_info(page_virt, crypt_stat); |
312 | } | 312 | } |
313 | kunmap_atomic(page_virt, KM_USER0); | 313 | kunmap_atomic(page_virt, KM_USER0); |