Correct the sb_maxbytes value for non-pagesize filesystem block sizes,
and all uses of max file size constant within XFS.
Date: Wed Jul 9 18:54:38 PDT 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/clean-2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: xfs-linux:slinx:152845a
linux/fs/xfs/xfs_vnodeops.c - 1.597
linux/fs/xfs/xfs_mount.h - 1.176
linux/fs/xfs/xfs_mount.c - 1.333
linux/fs/xfs/xfs_inode.c - 1.380
linux/fs/xfs/xfs_inode.h - 1.185
linux/fs/xfs/xfs_bmap.c - 1.306
linux/fs/xfs/quota/xfs_qm.c - 1.5
linux/fs/xfs/dmapi/dmapi_xfs.c - 1.10
linux/fs/xfs/linux/xfs_lrw.c - 1.191
linux/fs/xfs/linux/xfs_super.h - 1.50
linux/fs/xfs/linux/xfs_super.c - 1.262
Make absolutely sure we don't attempt to access beyond the end of the
maximum file size limit. This could happen previously with the space
allocation heuristic for delalloc beyond the end of file.
Date: Wed Jul 9 19:03:25 PDT 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/clean-2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: xfs-linux:slinx:152846a
linux/fs/xfs/linux/xfs_iomap.c - 1.14
|