]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
libcephfs: add ceph_select_filesystem
authorJohn Spray <john.spray@redhat.com>
Wed, 8 Aug 2018 17:33:32 +0000 (13:33 -0400)
committerJohn Spray <john.spray@redhat.com>
Mon, 17 Sep 2018 07:55:20 +0000 (03:55 -0400)
commit24ef847c3515f0c6640fc31c67f306fd2dd20684
tree81203d060843bfd0e15e3bfdedeb87f59cd99ec0
parent4b50e12b8e5757eac0ddb454829db7cb100989ff
libcephfs: add ceph_select_filesystem

Because we're a C API, amending function
prototypes is painful.  Instead, give an extra
function that can be used to configure a filesystem
name before calling mount.

Signed-off-by: John Spray <john.spray@redhat.com>
src/include/cephfs/libcephfs.h
src/libcephfs.cc