]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds/MDSAuthCap: fix uid and gid types
authorSage Weil <sage@redhat.com>
Thu, 4 Jun 2015 20:45:59 +0000 (13:45 -0700)
committerSage Weil <sage@redhat.com>
Thu, 1 Oct 2015 13:39:29 +0000 (09:39 -0400)
commitc320bde1e6bd252c0f1b7e180265d6a28b85438b
tree8761737967ad4ef3e17a3292738d3e91a0fbeaf1
parent68621e99d89125561c8ef3a14c54cab79cc13f6f
mds/MDSAuthCap: fix uid and gid types

int64_t for uid, so we can do a negative "none" value.
gid_t (uint32_t) for gid.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mds/MDSAuthCaps.cc
src/mds/MDSAuthCaps.h