commit | 42dc6211c54aa93e6a483469d07bd06f91713af7 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 01 16:25:56 2015 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 01 16:25:56 2015 +0200 |
tree | e69ab7bc5a051a5bb75bb07248d9f89fe1c17751 | |
parent | 0ad0b3255a08020eaf50e34ef0d6df5bdf5e09ed [diff] |
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 <mszeredi@suse.cz> Reviewed-by: Ashish Samant <ashish.samant@oracle.com>