summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
authorJeff Layton2019-04-24 18:09:04 +0200
committerIlya Dryomov2019-05-07 19:22:37 +0200
commitf5d7726900b66e38355db878ced6b13b00fa9201 (patch)
treea94c4b8808bb55b26f760f0f531ac54f5f4e45fe /fs/ceph/mds_client.h
parentceph: fix NULL pointer deref when debugging is enabled (diff)
downloadkernel-qcow2-linux-f5d7726900b66e38355db878ced6b13b00fa9201.tar.gz
kernel-qcow2-linux-f5d7726900b66e38355db878ced6b13b00fa9201.tar.xz
kernel-qcow2-linux-f5d7726900b66e38355db878ced6b13b00fa9201.zip
ceph: make iterate_session_caps a public symbol
Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r--fs/ceph/mds_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h
index 3f0029aa8a39..0d1f673a5689 100644
--- a/fs/ceph/mds_client.h
+++ b/fs/ceph/mds_client.h
@@ -486,6 +486,10 @@ extern void ceph_flush_cap_releases(struct ceph_mds_client *mdsc,
struct ceph_mds_session *session);
extern void ceph_queue_cap_reclaim_work(struct ceph_mds_client *mdsc);
extern void ceph_reclaim_caps_nr(struct ceph_mds_client *mdsc, int nr);
+extern int ceph_iterate_session_caps(struct ceph_mds_session *session,
+ int (*cb)(struct inode *,
+ struct ceph_cap *, void *),
+ void *arg);
extern void ceph_mdsc_pre_umount(struct ceph_mds_client *mdsc);
extern char *ceph_mdsc_build_path(struct dentry *dentry, int *plen, u64 *base,