]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
xfs: add inode64->inode32 transition into xfs_set_inode32()
authorCarlos Maiolino <cmaiolino@redhat.com>
Thu, 20 Sep 2012 13:32:40 +0000 (10:32 -0300)
committerBen Myers <bpm@sgi.com>
Wed, 26 Sep 2012 20:59:50 +0000 (15:59 -0500)
commit4056c1d08d2a7c50ae7414db7c1783ba45b4835d
tree35f898a661ba5bb100b14b84e56f434bc51bf6e3
parent4c0837224c677db35cd85b04a77504c496cadb66
xfs: add inode64->inode32 transition into xfs_set_inode32()

To make inode32 a remountable option, xfs_set_inode32() should be able
to make a transition from inode64 option, disabling inode allocation on
higher AGs.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_super.c