]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
FileStore: remove user_only options from getattrs through the ObjectStore stack
authorGreg Farnum <greg@inktank.com>
Tue, 20 May 2014 18:07:45 +0000 (11:07 -0700)
committerGreg Farnum <greg@inktank.com>
Wed, 11 Jun 2014 17:48:59 +0000 (10:48 -0700)
commitbb4e3a9fbc9f5d8fc9280e707927573efea81f98
tree280f726edade9685dbb12e52b631828140d76706
parentfbe6009f220e6847cb82126d359e03cb59f0b525
FileStore: remove user_only options from getattrs through the ObjectStore stack

This sort of awareness belongs at a higher level in the stack -- as
evidenced by nobody using the option at this level. Remove it from the
implementations and the interface

Signed-off-by: Greg Farnum <greg@inktank.com>
src/os/FileStore.cc
src/os/FileStore.h
src/os/KeyValueStore.cc
src/os/KeyValueStore.h
src/os/MemStore.cc
src/os/MemStore.h
src/os/ObjectStore.h
src/tools/ceph_filestore_dump.cc