mbox series

[v3,0/4] Clean up xfs_attr_sf_entry

Message ID 20200903142839.72710-1-cmaiolino@redhat.com (mailing list archive)
Headers show
Series Clean up xfs_attr_sf_entry | expand

Message

Carlos Maiolino Sept. 3, 2020, 2:28 p.m. UTC
Hi.

This is the V3 version of this series, containing the changes discussed in the
previous version. Details are on each patch.

Cheers

Carlos Maiolino (4):
  xfs: remove typedef xfs_attr_sf_entry_t
  xfs: Remove typedef xfs_attr_shortform_t
  xfs: Use variable-size array for nameval in xfs_attr_sf_entry
  xfs: Convert xfs_attr_sf macros to inline functions

 fs/xfs/libxfs/xfs_attr.c      | 14 ++++++++---
 fs/xfs/libxfs/xfs_attr_leaf.c | 46 +++++++++++++++++------------------
 fs/xfs/libxfs/xfs_attr_sf.h   | 29 ++++++++++++++--------
 fs/xfs/libxfs/xfs_da_format.h |  6 ++---
 fs/xfs/xfs_attr_list.c        |  6 ++---
 fs/xfs/xfs_ondisk.h           | 12 ++++-----
 6 files changed, 64 insertions(+), 49 deletions(-)