mbox series

[0/3,v3] xfs: allocate xattr buffer on demand

Message ID 20190829113505.27223-1-david@fromorbit.com (mailing list archive)
Headers show
Series xfs: allocate xattr buffer on demand | expand

Message

Dave Chinner Aug. 29, 2019, 11:35 a.m. UTC
Updated series to address Christophs revierw comments. V2 can be
found here:

https://lore.kernel.org/linux-xfs/20190828042350.6062-1-david@fromorbit.com/T/#t

v3:
- fixed typoes and stray mods in patch 1
- split patch two into an indent removal patch and a consolidation
  patch.
- split patch three in a consolidation pathc and a patch to add
  allocation on demand.
- various other minor cleanups.