ceph: remove redundant initializations from mdsc and session
authorJeff Layton <jlayton@kernel.org>
Tue, 27 Jul 2021 14:50:02 +0000 (10:50 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 2 Sep 2021 20:49:17 +0000 (22:49 +0200)
commitc80dc3aee984c647d747bb07c108862effc917d8
tree9d2463af6553ee784764e6a1b2c9678562cdff72
parentb4002173b7989588b6feaefc42edaf011b596782
ceph: remove redundant initializations from mdsc and session

The ceph_mds_client and ceph_mds_session structures are kzalloc'ed so
there's no need to explicitly initialize either of their fields to 0.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c