]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: new tracepoints when adding and removing caps
authorJeff Layton <jlayton@kernel.org>
Tue, 30 Jul 2019 15:52:16 +0000 (11:52 -0400)
committerJeff Layton <jlayton@kernel.org>
Fri, 10 Jan 2020 16:54:25 +0000 (11:54 -0500)
commitde93c78b48541bceee0a0a39dc14241c8e1f082e
tree192b6bcf39ed391b59801566cd623c56f6d80c13
parent20cad4c59b0db833a00a13073886d6e29df3bf5c
ceph: new tracepoints when adding and removing caps

Add support for two new tracepoints surrounding the adding/updating and
removing of caps from the cache. To support this, we also add new functions
for printing cap strings a'la ceph_cap_string().

Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ceph/Makefile
fs/ceph/caps.c
fs/ceph/trace.c [new file with mode: 0644]
fs/ceph/trace.h [new file with mode: 0644]