Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f93NXjM27975 for linux-xfs-outgoing; Wed, 3 Oct 2001 16:33:45 -0700 Received: from zok.sgi.com (zok.sgi.com [204.94.215.101]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f93NXhD27955 for ; Wed, 3 Oct 2001 16:33:43 -0700 Received: from snort.melbourne.sgi.com (snort.melbourne.sgi.com [134.14.55.149]) by zok.sgi.com (8.11.4/8.11.4/linux-outbound_gateway-1.0) with ESMTP id f93NXaK07425 for ; Wed, 3 Oct 2001 16:33:36 -0700 Received: (from nathans@localhost) by snort.melbourne.sgi.com (SGI-8.9.3/8.9.3) id JAA17140 for linux-xfs@oss.sgi.com; Thu, 4 Oct 2001 09:32:19 +1000 (EST) Date: Thu, 4 Oct 2001 09:32:19 +1000 (EST) From: Nathan Scott Message-Id: <200110032332.JAA17140@snort.melbourne.sgi.com> To: linux-xfs@oss.sgi.com Subject: TAKE - xfsdump Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Fixes a subtle bug in the new inventory directory handling, where we ultimately ended up creating the new directory even when the old exists (exactly what we're trying to avoid!) - thanks Ivan. cheers. Date: Wed Oct 3 16:30:36 PDT 2001 Workarea: snort.melbourne.sgi.com:/diskb/build4/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:103917a cmd/xfsdump/dump/var.c - 1.3 - don't unliaterally create the new format here - this code is called even if the old format exists (it just silently ignores the failed mkdir calls).