diff options
author | 2020-03-10 19:34:18 +0800 | |
---|---|---|
committer | 2020-03-30 12:42:42 +0200 | |
commit | 546d402085d6ea3c13bdea62a98b48a53c18eed4 (patch) | |
tree | 56bff7936da196a5364adf58c8641276394b936a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ceph: return ceph_mdsc_do_request() errors from __get_parent() (diff) | |
download | linux-dev-546d402085d6ea3c13bdea62a98b48a53c18eed4.tar.xz linux-dev-546d402085d6ea3c13bdea62a98b48a53c18eed4.zip |
ceph: cleanup return error of try_get_cap_refs()
Returns 0 if caps were not able to be acquired (yet), 1 if cap
acquisition succeeded, or a negative error code. There are 3 special
error codes:
-EAGAIN: need to sleep but non-blocking is specified
-EFBIG: ask caller to call check_max_size() and try again.
-ESTALE: ask caller to call ceph_renew_caps() and try again.
[ jlayton: add WARN_ON_ONCE check for -EAGAIN ]
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions