diff options
author | Jeff Layton <jlayton@kernel.org> | 2020-03-17 13:47:31 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2020-06-01 13:22:51 +0200 |
commit | 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c (patch) | |
tree | 3c4ac639ed50806c7858d132467370e02799d856 /sound/isa | |
parent | ceph: add metadata perf metric support (diff) | |
download | linux-0a454bdd501ad1aa30bb72e9581efa338ad6ce5c.tar.xz linux-0a454bdd501ad1aa30bb72e9581efa338ad6ce5c.zip |
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 'sound/isa')
0 files changed, 0 insertions, 0 deletions