diff options
Diffstat (limited to 'fs/fat/mmap.c')
-rw-r--r-- | fs/fat/mmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/mmap.c b/fs/fat/mmap.c index 448437ede..4cda79196 100644 --- a/fs/fat/mmap.c +++ b/fs/fat/mmap.c @@ -58,6 +58,7 @@ static unsigned long fat_file_mmap_nopage( } filp.f_reada = 0; filp.f_pos = pos; + filp.f_dentry=area->vm_file->f_dentry; need_read = PAGE_SIZE - clear; { mm_segment_t cur_fs = get_fs(); |