From: Miklos Szeredi Date: Tue, 1 Oct 2013 14:44:51 +0000 (+0200) Subject: fuse: lock page in mkwrite X-Git-Tag: v3.13-rc1~111^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca2437045dda994d23bd65891b71e091fa35b5a;p=pandora-kernel.git fuse: lock page in mkwrite Lock the page in fuse_page_mkwrite() to protect against a race with fuse_writepage() where the page is redirtied before the actual writeback begins. Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed