From f634ed07362b6c65ec3c47c6c01f8d21c2c431b6 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 6 Jan 2020 19:05:19 -0500 Subject: [PATCH] libceph: export ceph_file_layout_is_valid Signed-off-by: Jeff Layton --- net/ceph/ceph_fs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ceph/ceph_fs.c b/net/ceph/ceph_fs.c index 756a2dc10d27..11a2e3c61b04 100644 --- a/net/ceph/ceph_fs.c +++ b/net/ceph/ceph_fs.c @@ -27,6 +27,7 @@ int ceph_file_layout_is_valid(const struct ceph_file_layout *layout) return 0; return 1; } +EXPORT_SYMBOL(ceph_file_layout_is_valid); void ceph_file_layout_from_legacy(struct ceph_file_layout *fl, struct ceph_file_layout_legacy *legacy) -- 2.47.3