From: Miklos Szeredi Date: Tue, 1 Oct 2013 14:44:53 +0000 (+0200) Subject: fuse: writepage: skip already in flight X-Git-Tag: v3.13-rc1~111^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff17be0864777fe0dfb0a477868a8cb95c1ff90e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed