Remove a void* from the xfs_mount structure, move the log stripe mask
field from the xfs_mount structure to the log structure (saves a couple
of pointer dereferences when writing to the log, with v2 logs only).
Date: Sun May 18 16:48:15 PDT 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/linux-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:149395a
linux/fs/xfs/xfsidbg.c - 1.225
linux/fs/xfs/xfs_log.c - 1.269
linux/fs/xfs/xfs_log_priv.h - 1.90
linux/fs/xfs/xfs_mount.h - 1.172
linux/fs/xfs/xfs_mount.c - 1.329
Rationalise xlog_in_core2 definition, remove some ifdef __KERNEL__ code
which is unnecessary here nowadays, clarify some recovery debug code.
Date: Sun May 18 17:07:42 PDT 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/linux-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:149396a
linux/fs/xfs/xfs_log_priv.h - 1.91
linux/fs/xfs/xfs_log_recover.c - 1.266
Make log recovery code style consistent with a/ itself and b/ much of
the rest of XFS. Fix numerous crimes against whitespace.
Date: Sun May 18 17:25:11 PDT 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/linux-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:149398a
linux/fs/xfs/xfs_log_recover.c - 1.267
Fix two remaining indentation inconsistencies.
Date: Sun May 18 18:31:43 PDT 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/linux-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:149400a
linux/fs/xfs/xfs_log_recover.c - 1.268
|