On Wed, May 18, 2022 at 11:56:01AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Create a separate slab cache for struct xfs_attr_item objects, since we > can pack the (104-byte) intent items more tightly than we can with the > general slab cache objects. On x86, this means 39 intents per memory > page instead of 32. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > Reviewed-by: Allison Henderson <allison.henderson@xxxxxxxxxx> > --- > fs/xfs/libxfs/xfs_attr.c | 20 +++++++++++++++++++- > fs/xfs/libxfs/xfs_attr.h | 4 ++++ > fs/xfs/libxfs/xfs_defer.c | 4 ++++ > fs/xfs/xfs_attr_item.c | 5 ++++- > 4 files changed, 31 insertions(+), 2 deletions(-) Looks ok. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx