summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPaul Taysom2013-05-23 23:31:43 +0200
committerTyler Hicks2013-05-25 01:21:45 +0200
commitc15cddd900e867c5adfb3c79596479dc5975f743 (patch)
treebc9607f2d1c40850da4c247d842dd1275c1785b5 /MAINTAINERS
parentmm: Fix virt_to_page() warning (diff)
downloadkernel-qcow2-linux-c15cddd900e867c5adfb3c79596479dc5975f743.tar.gz
kernel-qcow2-linux-c15cddd900e867c5adfb3c79596479dc5975f743.tar.xz
kernel-qcow2-linux-c15cddd900e867c5adfb3c79596479dc5975f743.zip
ecryptfs: fixed msync to flush data
When msync is called on a memory mapped file, that data is not flushed to the disk. In Linux, msync calls fsync for the file. For ecryptfs, fsync just calls the lower level file system's fsync. Changed the ecryptfs fsync code to call filemap_write_and_wait before calling the lower level fsync. Addresses the problem described in http://crbug.com/239536 Signed-off-by: Paul Taysom <taysom@chromium.org> Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Cc: stable@vger.kernel.org # v3.6+
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions