Some tweaks to v2 log logbsize specification, also remove some
duplicate bounds checking on other mount options.
Date: Mon Jul 29 11:59:37 PDT 2002
Workarea:
stout.americas.sgi.com:/localhome/src/sandeen/2.4.x-xfs/workarea-alwaysclean
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:123857a
linux/fs/xfs/xfs_log.c - 1.251
- Don't automatically size down logbsize in v1 logs; let large
iclogs on v1 logs fail later on.
linux/fs/xfs/xfs_vfsops.c - 1.364
- Make mount failure messages a little more informative, like they
were in xfs_parseargs before those got removed.
linux/fs/xfs/linux/xfs_super.c - 1.201
- Allow logbsize to be specified in kilobytes
Remove bounds checks for logbsize,logbufs,iosize that are
duplicated in xfs_cmountfs.
Don't allow "logbufs=none" option & subsequent fs trashing!
linux/Documentation/filesystems/xfs.txt - 1.10
- Document specification of logbsize in kilobytes
|