summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2019-09-09 22:58:55 +0300
committerIlya Dryomov <idryomov@gmail.com>2019-12-09 22:55:10 +0300
commitad8c28a9eb81ca90fda29f48cfb4d19305943737 (patch)
tree824a7c9471d2f260f998f57ed2c192ab85555c7a /fs/ceph/mds_client.h
parente42617b825f8073569da76dc4510bfa019b1c35a (diff)
downloadlinux-ad8c28a9eb81ca90fda29f48cfb4d19305943737.tar.xz
ceph: convert int fields in ceph_mount_options to unsigned int
Most of these values should never be negative, so convert them to unsigned values. Add some sanity checking to the parsed values, and clean up some unneeded casts. Note that while caps_max should never be negative, this patch leaves it signed, since this value ends up later being compared to a signed counter. Just ensure that userland never passes in a negative value for caps_max. Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/mds_client.h')
0 files changed, 0 insertions, 0 deletions