gfs2: Move rs_{sizehint, rgd_gh} fields into the inode
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 30 Aug 2018 15:01:50 +0000 (16:01 +0100)
committerBob Peterson <rpeterso@redhat.com>
Fri, 12 Oct 2018 12:29:14 +0000 (07:29 -0500)
commit21f09c4395c95dfaa0598d20d41cb2a669e1967e
tree997637a5fd6f19f1f0a149970ff55b6872d4c0f2
parent3548fce1645bafbeb2256caaa3635a21bafd1621
gfs2: Move rs_{sizehint, rgd_gh} fields into the inode

Move the rs_sizehint and rs_rgd_gh fields from struct gfs2_blkreserv
into the inode: they are more closely related to the inode than to a
particular reservation.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Reviewed-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/file.c
fs/gfs2/incore.h
fs/gfs2/main.c
fs/gfs2/rgrp.c