Re: [Cluster-devel] [PATCH 02/11] gfs2: Move rs_{sizehint, rgd_gh} fields into the inode

2018-10-08 Thread Steven Whitehouse
Hi, On 05/10/18 20:18, Andreas Gruenbacher wrote: 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. Yes, that makes sense I think - these fields have moved around a bit during the

[Cluster-devel] [PATCH 02/11] gfs2: Move rs_{sizehint, rgd_gh} fields into the inode

2018-10-05 Thread Andreas Gruenbacher
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 --- fs/gfs2/file.c | 4 ++-- fs/gfs2/incore.h | 6 ++ fs/gfs2/main.c | 2 ++