]> Git Repo - linux.git/commit
fuse: writepage: skip already in flight
authorMiklos Szeredi <[email protected]>
Tue, 1 Oct 2013 14:44:53 +0000 (16:44 +0200)
committerMiklos Szeredi <[email protected]>
Tue, 1 Oct 2013 14:44:53 +0000 (16:44 +0200)
commitff17be0864777fe0dfb0a477868a8cb95c1ff90e
treee45109ae17eee26119d3b4d51f5282067aef09b0
parent8b284dc47291daf72fe300e1138a2e7ed56f38ab
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: Miklos Szeredi <[email protected]>
fs/fuse/file.c
This page took 0.054209 seconds and 4 git commands to generate.