From: Jeff Layton Date: Tue, 7 Jan 2020 00:05:19 +0000 (-0500) Subject: libceph: export ceph_file_layout_is_valid X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f634ed07362b6c65ec3c47c6c01f8d21c2c431b6;p=ceph-client.git libceph: export ceph_file_layout_is_valid Signed-off-by: Jeff Layton --- 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)