diff options
author | Jeff Layton <jlayton@kernel.org> | 2020-03-17 08:47:31 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2020-06-01 13:22:51 +0200 |
commit | 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c (patch) | |
tree | 3c4ac639ed50806c7858d132467370e02799d856 /tools/perf/scripts/python/stackcollapse.py | |
parent | 70c948206f0616c7e46130a26165b6a5d98bade4 (diff) |
ceph: reorganize __send_cap for less spinlock abuse
Get rid of the __releases annotation by breaking it up into two
functions: __prep_cap which is done under the spinlock and __send_cap
that is done outside it. Add new fields to cap_msg_args for the wake
boolean and old_xattr_buf pointer.
Nothing checks the return value from __send_cap, so make it void
return.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions