Hi folks,
Version three of the patchset first posted here:
http://oss.sgi.com/pipermail/xfs/2014-May/036125.html
This version addresses the review comments so far.
Changelog:
Version 3:
- added xfs_da_unmount
- moved dir2 conversion functions to xfs_dir2_priv.h
- converted xfs_dir2_readdir.c to use local geo variables
- added a patch to remove newly redundant geometry fields
from the struct xfs_da_state
Version 2:
- patch removing checks from xfs_da_read_buf() sent separately
- dropped patch adding xfs_da_geometry to the inode forks as it's
not currently needed
- cleared up all the "XXX" notations added in the RFC series
- fixed several bugs in different patches as a result of incorrect
conversions
- ensured each patch compiled and passes xfstests individually
|