Skip to content
Commit ff17be08 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: writepage: skip already in flight



If ->writepage() tries to write back a page whose copy is still in flight,
then just skip by calling redirty_page_for_writepage().

This is OK, since now ->writepage() should never be called for data
integrity sync.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 8b284dc4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment