On Thu, Jan 31, 2019 at 07:19:03PM +0100, Greg KH wrote: > On Thu, Jan 31, 2019 at 10:09:10AM -0800, Luis Chamberlain wrote: > > From: Carlos Maiolino <cmaiolino@xxxxxxxxxx> > > > > The addition of FIBT, RMAP and REFCOUNT changed the offsets into > > __xfssats structure. > > > > This caused xqmstat_proc_show() to display garbage data via > > /proc/fs/xfs/xqmstat, once it relies on the offsets marked via macros. > > > > Fix it. > > > > Fixes: 00f4e4f9 xfs: add rmap btree stats infrastructure > > Fixes: aafc3c24 xfs: support the XFS_BTNUM_FINOBT free inode btree type > > Fixes: 46eeb521 xfs: introduce refcount btree definitions > > Signed-off-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> > > Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > > Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx> > > Signed-off-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> > > --- > > fs/xfs/xfs_stats.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > You do not list what the upstream git commit ids are on any of these > patches :( > > That's a requirement, sorry, can you respin these and add that to the > first line of the commit, as is normally done in the stable patches? Sure thing, sorry forgot about that. Will wait for review on the set first, and if there are no complaints will send a v2 as required. Luis