Revision 7f4a2a97e324e8c826d1d983bc8efb5c59194f02 authored by Mark Fasheh on 11 December 2006, 19:06:36 UTC, committed by Mark Fasheh on 29 December 2006, 00:38:59 UTC
Mmap-heavy clustered workloads were sometimes finding stale data on mmap
reads. The solution is to call unmap_mapping_range() on any down convert of
a data lock.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
1 parent 6c2aad0
History
File Mode Size
Kconfig -rw-r--r-- 19.8 KB
Makefile -rw-r--r-- 543 bytes
calibrate.c -rw-r--r-- 4.7 KB
do_mounts.c -rw-r--r-- 9.4 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.0 KB
do_mounts_md.c -rw-r--r-- 7.3 KB
do_mounts_rd.c -rw-r--r-- 10.0 KB
initramfs.c -rw-r--r-- 11.6 KB
main.c -rw-r--r-- 18.7 KB
version.c -rw-r--r-- 719 bytes

back to top