Home
last modified time | relevance | path

Searched hist:"500 a512c60d132dbffc0233ba22ad067756c0ccd" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_attr.hdiff 500a512c60d132dbffc0233ba22ad067756c0ccd Sun May 22 07:59:48 CEST 2022 Darrick J. Wong <djwong@kernel.org> xfs: remove struct xfs_attr_item.xattri_flags

Nobody uses this field, so get rid of it and the unused flag definition.
Rearrange the structure layout to reduce its size from 104 to 96 bytes.
This gets us from 39 to 42 objects per page.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>