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.
Date: Thu Jun 26 13:37:19 AEST 2008
Workarea: redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-alloc
Inspected by: dgc
Author: lachlan
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31365a
fs/xfs/xfs_mount.c - 1.437 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.437&r2=text&tr2=1.436&f=h
- Don't assert if trying to mount with blocksize > pagesize
|