The introduction of the async delete code added some new data structures,
these were not initialized correctly in the case where growfs expanded
the filesystem.
Date: Fri Mar 8 08:21:26 PST 2002
Workarea: jen.americas.sgi.com:/src/lord/xfs-vanilla
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:113568a
linux/fs/xfs/xfs_mount.c - 1.274
- only free pagb_list if it is initialized, we do not allocate them all
at
mount time now.
linux/fs/xfs/xfs_alloc.c - 1.146
- Allocate pagb_list when we initialize the agf, moved here from mount
|