]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: fix remaining Inode::put() caller, and make method psuedo-private
authorSage Weil <sage@inktank.com>
Fri, 28 Jun 2013 18:50:11 +0000 (11:50 -0700)
committerSage Weil <sage@inktank.com>
Fri, 28 Jun 2013 18:50:11 +0000 (11:50 -0700)
commit9af3b86b25574e4d2cdfd43e61028cffa19bdeb1
treeb3f45e18dd676db8dd59b24843891987a9ab0bf5
parent81bee6487fb1ce9e090b030d61bda128a3cf4982
client: fix remaining Inode::put() caller, and make method psuedo-private

Not sure I can make this actually private and make Client::put_inode() a
friend method (making all of Client a friend would defeat the purpose).
This works well enough, though!

Signed-off-by: Sage Weil <sage@inktank.com>
src/client/Client.cc
src/client/Inode.h