Whamcloud - gitweb
b=2030
authorzab <zab>
Sun, 5 Oct 2003 16:29:37 +0000 (16:29 +0000)
committerzab <zab>
Sun, 5 Oct 2003 16:29:37 +0000 (16:29 +0000)
commit0d31d2c85eea418137cbbc9509e10820fb6571fe
tree518179e158bd68ca517da8b600c2bb94ccae0011
parente28a594fcd3f8f53656de0661860e9e89bce8b6d
b=2030
Queue IO in writepage when dirty pages first arrive there.  Previously
it was assumed that commit_write() was involved, which isn't the case
for writes via mmap().  mmap() still isn't correct across the cluster,
but at least pages won't get lost in writeback.

In the process of adding a sanity test for this some mmap() operations
are added to multiop and sanity gets a helper to find the page size.
lustre/llite/llite_internal.h
lustre/tests/multiop.c