From: Miklos Szeredi Date: Wed, 1 Jul 2015 14:25:56 +0000 (+0200) Subject: fuse: fix background request if not connected X-Git-Tag: omap-for-v4.2/fixes-rc1^2~41^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42dc6211c54aa93e6a483469d07bd06f91713af7;p=pandora-kernel.git fuse: fix background request if not connected request_end() expects fc->num_background and fc->active_background to have been incremented, which is not the case in fuse_request_send_nowait() failure path. So instead just call the ->end() callback (which is actually set by all callers). Signed-off-by: Miklos Szeredi Reviewed-by: Ashish Samant --- Reading git-diff-tree failed