Pick a single default inode cluster size.
Remove scaling of inode "clusters" based on machine memory;
small cluster cut-point was an unrealistic 32MB and was
probably never tested.
Removes another user of xfs_physmem.
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Thu Aug 2 21:42:18 AEST 2007
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: sandeen@xxxxxxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:29324a
fs/xfs/xfs_ialloc.h - 1.48 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_ialloc.h.diff?r1=text&tr1=1.48&r2=text&tr2=1.47&f=h
- Don't scale inode cluster size based on physical memory.
fs/xfs/xfs_mount.c - 1.400 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.400&r2=text&tr2=1.399&f=h
- Don't scale inode cluster size based on physical memory.
|