]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw_file: invalid use of RGWFileHandle::FLAG_EXACT_MATCH
authorMatt Benjamin <mbenjamin@redhat.com>
Sun, 19 Feb 2017 22:43:17 +0000 (17:43 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Mon, 20 Feb 2017 01:43:28 +0000 (20:43 -0500)
commite31e9eb980f958640150e8d7f17de1b9e5478b1e
tree3f87cd20e4583d61ffb895c33e0efb252e2a1029
parentb2b18998c798a0f4f20f05d53d7e225b13d8b2de
rgw_file: invalid use of RGWFileHandle::FLAG_EXACT_MATCH

The change which introduced this flag also caused it to be
given as the flags argument to RGWLibFS::stat_leaf() when called
from rgw_lookup().

This was incorrect:  in particular, when a directory is known only
as a common prefix of other objects, the AWS namespace mapping
convention requires lookup("foo") to match a non-materialized
instance of "foo/" (case 2 in RGWLibFS::stat_leaf's stat loop).

Fixes: http://tracker.ceph.com/issues/18992
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_file.cc