From: Lachlan McIlroy Date: Fri, 27 Jun 2008 03:34:34 +0000 (+1000) Subject: [XFS] Don't assert if trying to mount with blocksize > pagesize X-Git-Tag: v2.6.27-rc2~91^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2edbddd5f46cc123b68c11179115041c54759fa2;p=pandora-kernel.git [XFS] Don't assert if trying to mount with blocksize > pagesize If we don't do the blocksize/PAGESIZE check before calling xfs_sb_validate_fsb_count() we can assert if we try to mount with a blocksize > pagesize. The assert is valid so leave it and just move the blocksize/pagesize check earlier. SGI-PV: 983734 SGI-Modid: xfs-linux-melb:xfs-kern:31365a Signed-off-by: Lachlan McIlroy Signed-off-by: David Chinner --- Reading git-diff-tree failed