Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752505AbbBYDGc (ORCPT ); Tue, 24 Feb 2015 22:06:32 -0500 Received: from ipmail04.adl6.internode.on.net ([150.101.137.141]:38755 "EHLO ipmail04.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751179AbbBYDG3 (ORCPT ); Tue, 24 Feb 2015 22:06:29 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AwFgA6O+1UPDkjLHlbgwaBLIY2qhEBAQEBAgaMYotcAgIBAQKBJkQBAQEBAQEFAQEBATg7hA8BAQEEOhwjEAgDDgcDCSUPBSUDBxoTiC7UaQEBCAIgGIVvhQyEbgeEKwEEhF8HlDmTPIQkKjGCQwEBAQ Date: Wed, 25 Feb 2015 14:04:51 +1100 From: Dave Chinner To: Namjae Jeon Cc: tytso@mit.edu, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, xfs@oss.sgi.com, a.sangwan@samsung.com, bfoster@redhat.com, mtk.manpages@gmail.com, linux-man@vger.kernel.org, linux-api@vger.kernel.org, Namjae Jeon Subject: Re: [PATCH v10 10/12] xfstests: fsstress: Add fallocate insert range operation Message-ID: <20150225030451.GG4251@dastard> References: <1424533554-28024-1-git-send-email-linkinjeon@gmail.com> <1424533554-28024-11-git-send-email-linkinjeon@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424533554-28024-11-git-send-email-linkinjeon@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 836 Lines: 26 On Sun, Feb 22, 2015 at 12:45:52AM +0900, Namjae Jeon wrote: > From: Namjae Jeon > > This commit adds insert operation support for fsstress, which is > meant to exercise fallocate FALLOC_FL_INSERT_RANGE support. This causes xfs/068 to fail because it changes the file creation pattern that results from a specific fsstress random seed. As such, I added this to xfs/068: FSSTRESS_AVOID="-f insert=0 $FSSTRESS_AVOID" To turn off the insert operation for that test and hence produce the expected tree of files. Cheers, Dave. -- Dave Chinner david@fromorbit.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/