Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g5M3F5nC015060 for ; Fri, 21 Jun 2002 20:15:05 -0700 Received: (from majordomo@localhost) by oss.sgi.com (8.12.3/8.12.3/Submit) id g5M3F4rj015059 for linux-xfs-outgoing; Fri, 21 Jun 2002 20:15:04 -0700 X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-xfs@oss.sgi.com using -f Received: from zeus-e8.americas.sgi.com ([198.149.7.250]) by oss.sgi.com (8.12.3/8.12.3) with SMTP id g5M3F0nC015028 for ; Fri, 21 Jun 2002 20:15:00 -0700 Received: from daisy-e185.americas.sgi.com (daisy-e185.americas.sgi.com [128.162.185.214]) by zeus-e8.americas.sgi.com (SGI-SGI-8.9.3/americas-smart-nospam1.1) with ESMTP id WAA15570 for ; Fri, 21 Jun 2002 22:18:04 -0500 (CDT) Received: from jen.americas.sgi.com (jen.americas.sgi.com [128.162.187.49]) by daisy-e185.americas.sgi.com (SGI-8.9.3/SGI-server-1.7) with ESMTP id WAA93639 for ; Fri, 21 Jun 2002 22:18:04 -0500 (CDT) From: Steve Lord Received: by jen.americas.sgi.com (8.11.6/SGI-client-1.7) id g5M3GBQ16171; Fri, 21 Jun 2002 22:16:11 -0500 Message-Id: <200206220316.g5M3GBQ16171@jen.americas.sgi.com> Date: Fri, 21 Jun 2002 22:16:11 -0500 Subject: TAKE - fix mkfs stripe calculation problem To: linux-xfs@oss.sgi.com X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20 X-Spam-Level: Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk A problem in the new mkfs log stripe code. Using just a data stripe unit would cause a divide by zero error. Date: Fri Jun 21 20:16:25 PDT 2002 Workarea: jen.americas.sgi.com:/src/lord/xfs-linux.2.4 The following file(s) were checked into: bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs Modid: xfs-cmds:slinx:122199a cmd/xfsprogs/mkfs/xfs_mkfs.c - 1.30 - fix log stripe alignment code in the case where there is a data stripe but no log stripe specified.