]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: change vxattr flags field to unsigned int
authorZhi Zhang <willzzhang@tencent.com>
Wed, 2 May 2018 04:45:18 +0000 (12:45 +0800)
committerZhi Zhang <willzzhang@tencent.com>
Wed, 2 May 2018 04:45:18 +0000 (12:45 +0800)
commit886ec56a730a0fec67aca27ed20934c02c9f140b
tree5791c5510ef7fde2bf69c0fb7e8d5d9de0caf3a2
parent70a3e2433b350deaade08c3fdabf19055b003395
client: change vxattr flags field to unsigned int

We use bit to define vxattr flags, so it should be unsigned.
Change vxattr flags to be unsigned int for the consideration of more room to
define other flags.

Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
src/client/Client.h