Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 20 May 2003 08:59:31 -0700 (PDT) Received: from rj.sgi.com (rj.SGI.COM [192.82.208.96]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h4KFxH2x027243 for ; Tue, 20 May 2003 08:59:17 -0700 Received: from snort.melbourne.sgi.com (snort.melbourne.sgi.com [134.14.54.149]) by rj.sgi.com (8.12.9/8.12.2/linux-outbound_gateway-1.2) with ESMTP id h4J1kCE0015926 for ; Sun, 18 May 2003 18:46:13 -0700 Received: from snort.melbourne.sgi.com (localhost [127.0.0.1]) by snort.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id h4J1isQd547792 for ; Mon, 19 May 2003 11:44:54 +1000 (EST) Received: (from nathans@localhost) by snort.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id h4J1ipJN547218 for linux-xfs@oss.sgi.com; Mon, 19 May 2003 11:44:51 +1000 (EST) Date: Mon, 19 May 2003 11:44:51 +1000 (EST) From: Nathan Scott Message-Id: <200305190144.h4J1ipJN547218@snort.melbourne.sgi.com> To: linux-xfs@oss.sgi.com Subject: TAKE - log recovery cleanup X-archive-position: 4089 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@snort.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1719 Lines: 65 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