From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from aserp1040.oracle.com ([141.146.126.69]:46221 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932489AbcJQWJq (ORCPT ); Mon, 17 Oct 2016 18:09:46 -0400 Subject: [PATCH v2 0/3] xfstests: fix tests for rmap/reflink From: "Darrick J. Wong" Date: Mon, 17 Oct 2016 15:09:15 -0700 Message-ID: <147674215521.23842.13841682595738466897.stgit@birch.djwong.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: fstests-owner@vger.kernel.org To: david@fromorbit.com, eguan@redhat.com, darrick.wong@oracle.com Cc: linux-xfs@vger.kernel.org, hch@infradead.org, fstests@vger.kernel.org List-ID: Hi all, Here are some cleanups[1] for the rmap/reflink tests to reflect recent API changes (the readdition of the unshare fallocate flag and the removal of the reflink inode flag), a last-minute disk format change for the XFS reflink implementation, and some cleanups that were left out of the previous patch submission. --D [1] https://github.com/djwong/xfstests/tree/djwong-devel