This patch set adds inode64 as the default allocation mode, but also includes 2
patches to remove duplicated code and another one to make inode32 able to be
remounted.
NOTE: This patch has as dependency "Make inode64 a remountable option" patch.
V3 has a better factoring of each patch goal, including other dchinner's
suggestions in V2.
Also it contains a fix in how m_agirotor reset is made (patch 01) that I've
found while doing tests with these patches.
Carlos Maiolino (6):
xfs: Fix m_agirotor reset during AG selection
xfs: make inode64 as the default allocation mode
xfs: reduce code duplication handling inode32/64 options
xfs: Fix mp->m_maxagi update during inode64 remount
xfs: add inode64->inode32 transition into xfs_set_inode32()
xfs: Make inode32 a remountable option
fs/xfs/xfs_ialloc.c | 2 +-
fs/xfs/xfs_mount.c | 43 +++----------------
fs/xfs/xfs_super.c | 117 ++++++++++++++++++++++++++++++++++++++++------------
fs/xfs/xfs_super.h | 2 +
4 files changed, 99 insertions(+), 65 deletions(-)
--
1.7.11.4
|