]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0663b11125e5e8449609a5475fdfc401c0536e21
tree997637a5fd6f19f1f0a149970ff55b6872d4c0f2
parentfaacdb3e129d65c9858e4386687372c013584584
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