]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: int -> uint32_t transition for perm and perm_mask.
authorRadoslaw Zarzynski <rzarzynski@mirantis.com>
Fri, 20 May 2016 14:44:41 +0000 (16:44 +0200)
committerRadoslaw Zarzynski <rzarzynski@mirantis.com>
Thu, 2 Jun 2016 19:17:13 +0000 (21:17 +0200)
commitdb648ebcdecdf8c80e36c0022a0e35c6c342a6a2
tree51b1520bdd234b773f3aa2ddd8219b83c87234d2
parentfb352093634bc0858f75866e62da5e8db4fbb9d8
rgw: int -> uint32_t transition for perm and perm_mask.

This patch doesn't affect data structures. Changes were made
to the upper layers only. We rely there on the same assumption
like in case of req_state::perm_mask and RGWSubUser::perm_mask
that already are uint32_t. The assumption is presence of an
implicit conversion between int and uint32_t.

Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
src/rgw/rgw_acl.cc
src/rgw/rgw_acl.h
src/rgw/rgw_acl_swift.cc
src/rgw/rgw_acl_swift.h
src/rgw/rgw_auth.cc
src/rgw/rgw_auth.h
src/rgw/rgw_auth_decoimpl.h