From: Maxim Patlasov Date: Wed, 2 Oct 2013 17:38:54 +0000 (+0400) Subject: fuse: writepages: protect secondary requests from fuse file release X-Git-Tag: v3.13-rc1~111^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce128de6260f86a990ed44a697f26d0859684f28;p=pandora-kernel.git fuse: writepages: protect secondary requests from fuse file release All async fuse requests must be supplied with extra reference to a fuse file. This is necessary to ensure that the fuse file is not released until all in-flight requests are completed. Fuse secondary writeback requests must obey this rule as well. Signed-off-by: Maxim Patlasov Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed