diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2018-05-16 19:21:34 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2018-06-04 21:45:58 +0300 |
commit | 4eea0fefd7e60552b36a74f49bd7064d1a5aef2d (patch) | |
tree | d34521294c75700eebf59b061a7500aa5acee060 /net/ceph/auth.c | |
parent | 88bc1922c273c95e84a8955e657401f9bc63a80b (diff) | |
download | linux-4eea0fefd7e60552b36a74f49bd7064d1a5aef2d.tar.xz |
libceph: use for_each_request() in ceph_osdc_abort_on_full()
Scanning the trees just to see if there is anything to abort is
unnecessary -- all that is needed here is to update the epoch barrier
first, before we start aborting. Simplify and do the update inside the
loop before calling abort_request() for the first time.
The switch to for_each_request() also fixes a bug: homeless requests
weren't even considered for aborting.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Diffstat (limited to 'net/ceph/auth.c')
0 files changed, 0 insertions, 0 deletions