]> www.infradead.org Git - users/dwmw2/linux.git/commit
gfs2: Clean up gfs2_alloc_parms initializers
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 20 Oct 2023 20:02:04 +0000 (22:02 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 2 Nov 2023 19:10:00 +0000 (20:10 +0100)
commitf7e4c610cb9afcb94d45c6252c312b95038d52bc
tree77821aa607ba46508512804866223b12a185f21a
parent703df114f9b70b4b672d71bdf751497cf7643b75
gfs2: Clean up gfs2_alloc_parms initializers

When intializing a struct, all fields that are not explicitly mentioned
are zeroed out already.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/file.c
fs/gfs2/quota.c