]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cleanup: removed last references to globals from client
authorRoald van Loon <roaldvanloon@gmail.com>
Wed, 28 Aug 2013 10:11:08 +0000 (12:11 +0200)
committerRoald J. van Loon <roaldvanloon@gmail.com>
Thu, 5 Sep 2013 19:01:31 +0000 (21:01 +0200)
commit9c4e62660a1f0294f2e1251869c79cf4ff56670c
tree005f66af95c6a7fa19b2dbadc52e90fad221bfee
parentd33853d380b4751fc1424dd1852b35b55f1f5148
cleanup: removed last references to globals from client

- There were some refs in SyntheticClient to g_(ceph_context|conf), I
  replaced them with client->cct and client->cct->_conf.
- There were some refs in fuse_ll to g_conf, also replaced them with
  client->cct or cfuse->client->cct where applicable.

This makes everything in src/client completely independent from globals.

Signed-off-by: Roald J. van Loon <roaldvanloon@gmail.com>
src/client/SyntheticClient.cc
src/client/SyntheticClient.h
src/client/fuse_ll.cc