fuse: rework abort
authorMiklos Szeredi <mszeredi@suse.cz>
Wed, 1 Jul 2015 14:25:59 +0000 (16:25 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Wed, 1 Jul 2015 14:25:59 +0000 (16:25 +0200)
commit41f982747e8175a4eb5e8d1939bdbb10f435b7f6
tree3816ed2b40f2f1d3ace14d7290789d458c7c4ed4
parentb716d425385ed392adc8e619020c1d77ae5ec1cb
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>
fs/fuse/dev.c
This page took 0.025826 seconds and 5 git commands to generate.