Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> --- 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.24.1