gfs2: Get rid of gfs2_alloc_blocks generation parameter
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 20 Oct 2023 22:40:07 +0000 (00:40 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 6 Nov 2023 00:51:25 +0000 (01:51 +0100)
commit4c7b3f7fb7c8c66d669d107e717f9de41ef81e92
treee6697bf07318d09b2273febb4229af01fed1583c
parent92099f0c92270c8c7a79e6bc6e0312ad248ea331
gfs2: Get rid of gfs2_alloc_blocks generation parameter

Get rid of the generation parameter of gfs2_alloc_blocks(): we only ever
set the generation of the current inode while creating it, so do so
directly.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/inode.c
fs/gfs2/rgrp.c
fs/gfs2/rgrp.h
fs/gfs2/xattr.c