commit | efe2800facb4505696e602ec4ed1fc947bf114dd | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 01 16:26:07 2015 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 01 16:26:07 2015 +0200 |
tree | 4930d5cc5a7a76b41943f45469be2f7ab9439d3d | |
parent | 1e6881c36ebbfd47298c42fa82b544c4988933fa [diff] |
fuse: no fc->lock in request_end() No longer need to call request_end() with the connection lock held. We still protect the background counters and queue with fc->lock, so acquire it if necessary. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Reviewed-by: Ashish Samant <ashish.samant@oracle.com>