]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge branch 'rgwfs-fix-rgw-lookup' of https://github.com/cmgitdream/ceph into cmgitd...
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 9 Sep 2016 01:48:38 +0000 (21:48 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 9 Sep 2016 01:48:38 +0000 (21:48 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
1  2 
src/rgw/rgw_file.cc
src/rgw/rgw_file.h

Simple merge
index 0adbe257f1307edbce8dbeb7bb126f15185ccf5f,d630b60353abdb231e6ab0d7d47255191b44c63f..43c27553ab81bc824aaedb2ac501454a89fcb100
@@@ -235,7 -234,7 +235,8 @@@ namespace rgw 
      static constexpr uint32_t FLAG_DELETED = 0x0080;
      static constexpr uint32_t FLAG_UNLINK_THIS = 0x0100;
      static constexpr uint32_t FLAG_LOCKED = 0x0200;
 -    static constexpr uint32_t FLAG_EXACT_MATCH = 0x0400;
 +    static constexpr uint32_t FLAG_STATELESS_OPEN = 0x0400;
++    static constexpr uint32_t FLAG_EXACT_MATCH = 0x0800;
  
  #define CREATE_FLAGS(x) \
      ((x) & ~(RGWFileHandle::FLAG_CREATE|RGWFileHandle::FLAG_LOCK))