summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2021-11-23 15:30:38 +0300
committerIlya Dryomov <idryomov@gmail.com>2021-12-01 19:08:26 +0300
commite485d028bb1075d6167558b47f63e10713ad2034 (patch)
tree3bfbdc354c549b6ccdb60eab49ce3092481a063e /fs/ceph/mds_client.c
parent973e5245637accc4002843f6b888495a6a7762bc (diff)
downloadlinux-e485d028bb1075d6167558b47f63e10713ad2034.tar.xz
ceph: initialize i_size variable in ceph_sync_read
Newer compilers seem to determine that this variable being uninitialized isn't a problem, but older compilers (from the RHEL8 era) seem to choke on it and complain that it could be used uninitialized. Go ahead and initialize the variable at declaration time to silence potential compiler warnings. Fixes: c3d8e0b5de48 ("ceph: return the real size read when it hits EOF") Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Xiubo Li <xiubli@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/mds_client.c')
0 files changed, 0 insertions, 0 deletions