android_kernel_oneplus_msm8998/fs/fuse
Nikhilesh Reddy ddd6e3c830 fs:fuse: Disable passthrough when mmap is called on a file
When some data is written to a file both mmap and regular io
there can be race conditions that can cause incorrect data
to be saved.

Disable passthrough on the specific files on which  mmap is called
until we add mmap support to passthrough.

Change-Id: Ic24219ab22d3130aa7e9e998a9e6798648a7321c
Signed-off-by: Nikhilesh Reddy <reddyn@codeaurora.org>
2016-06-21 15:11:43 -07:00
..
control.c
cuse.c
dev.c
dir.c
file.c fs:fuse: Disable passthrough when mmap is called on a file 2016-06-21 15:11:43 -07:00
fuse_i.h fs:fuse: Disable passthrough when mmap is called on a file 2016-06-21 15:11:43 -07:00
fuse_passthrough.h
inode.c
Kconfig
Makefile
passthrough.c