From: Carlos Maiolino Date: Thu, 20 Sep 2012 13:32:37 +0000 (-0300) Subject: xfs: make inode64 as the default allocation mode X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~35^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08bf540412ed82a15cb9068249ad49b410a7b082;p=pandora-kernel.git xfs: make inode64 as the default allocation mode since 64-bit inodes can be accessed while using inode32, and these can also be used on 32-bit kernels, there is no reason to still keep inode32 as the default mount option. If the filesystem cannot handle 64bit inode numbers (i.e CONFIG_LBDAF is not enabled and BITS_PER_LONG == 32), XFS_MOUNT_SMALL_INUMS will still be set by default, so inode64 is not an unconditional default value. Signed-off-by: Carlos Maiolino Reviewed-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed