]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
libcephfs: fix calling init() then mount() 5964/head
authorJohn Spray <john.spray@redhat.com>
Thu, 17 Sep 2015 12:46:30 +0000 (13:46 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 17 Sep 2015 12:47:58 +0000 (13:47 +0100)
commit6a24d3198a5df10fd223996d53d19e063576f9b4
treeea445baecd463b0764d56bda80c851f3d229e6d6
parent3b608565455206615f17b219060771f7a60f9b9c
libcephfs: fix calling init() then mount()

Previously only ever called these separately, but
it should be allowed for callers to use one after
the other.

Fixes: #13138
Signed-off-by: John Spray <john.spray@redhat.com>
src/libcephfs.cc