]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librgw: namespace bugfixes
authorMatt Benjamin <mbenjamin@redhat.com>
Thu, 10 Dec 2015 21:12:37 +0000 (16:12 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:06:31 +0000 (12:06 -0500)
commit589af39bafc4233b7b113e0f9ce6f6571821ac18
tree5d4640951a00d1c79c65ada3c6246e31eff2deef
parent821c562f0b21fb2f153b453b6fa7eace38f51336
librgw: namespace bugfixes

1. stat_leaf() and stat_bucket() require RGWFileHandle::FLAG_CREATE
2. refactor RGWStatLeafRequest on the model of RGWListBucketRequest
3. fix uses of is_object() which meant is_file()
4. fix parent_fh passing

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_file.cc
src/rgw/rgw_file.h
src/test/librgw_file_nfsns.cc