commit | 41f982747e8175a4eb5e8d1939bdbb10f435b7f6 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 01 16:25:59 2015 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 01 16:25:59 2015 +0200 |
tree | 3816ed2b40f2f1d3ace14d7290789d458c7c4ed4 | |
parent | b716d425385ed392adc8e619020c1d77ae5ec1cb [diff] |
fuse: rework abort Splice fc->pending and fc->processing lists into a common kill list while holding fc->lock. By the time we release fc->lock, pending and processing lists are empty and the io list contains only locked requests. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Reviewed-by: Ashish Samant <ashish.samant@oracle.com>