From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id p83HEhk1137285 for ; Sat, 3 Sep 2011 12:14:43 -0500 Received: from bombadil.infradead.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 86258132959 for ; Sat, 3 Sep 2011 10:14:38 -0700 (PDT) Received: from bombadil.infradead.org (173-166-109-252-newengland.hfc.comcastbusiness.net [173.166.109.252]) by cuda.sgi.com with ESMTP id FttKAJHaDG1euNod for ; Sat, 03 Sep 2011 10:14:38 -0700 (PDT) Date: Sat, 3 Sep 2011 13:14:37 -0400 From: Christoph Hellwig Subject: Re: [PATCH] Assume yes when test device is not partitioned Message-ID: <20110903171437.GA2755@infradead.org> References: <1315038723-2009-1-git-send-email-prasadjoshi.linux@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1315038723-2009-1-git-send-email-prasadjoshi.linux@gmail.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Prasad Joshi Cc: linux-ext4@vger.kernel.org, Chaitanya Kulkarni , xfs@oss.sgi.com On Sat, Sep 03, 2011 at 02:02:03PM +0530, Prasad Joshi wrote: > The patch also replaces hard coded mkfs path with MKFS_PROG variable. Which has nothing to do with the subject of this patch, so do it separately, with a proper rationale for it. >+++ b/common.rc > @@ -314,7 +314,7 @@ _scratch_mkfs() > $MKFS_BTRFS_PROG $MKFS_OPTIONS $* $SCRATCH_DEV > /dev/null > ;; > *) > - /sbin/mkfs -t $FSTYP -- $MKFS_OPTIONS $* $SCRATCH_DEV > + yes | $MKFS_PROG -t $FSTYP -- $MKFS_OPTIONS $* $SCRATCH_DEV Please do this for extN only as the braindamage is in mke2fs, not generic mkfs. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs