commit | 6b49bc9d8a5fe64369680f821b8788ec08d4470c | [log] [tgz] |
---|---|---|
author | Jeffle Xu <jefflexu@linux.alibaba.com> | Sat Apr 02 18:32:50 2022 +0800 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Mon Apr 25 10:10:29 2022 +0200 |
tree | 86f0c3666f1c658a9faebe6c2fd92f45b2c5227d | |
parent | 888e58368fe806e450ebcfae0503d098369c981d [diff] |
fuse: avoid unnecessary spinlock bump Move dmap free worker kicker inside the critical region, so that extra spinlock lock/unlock could be avoided. Suggested-by: Liu Jiang <gerry@linux.alibaba.com> Signed-off-by: Jeffle Xu <jefflexu@linux.alibaba.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>