Re: [PATCH 5/8 v4] tests/generic: relocate xfs's tests into tests/generic/

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



On Tue, Feb 03, 2015 at 03:07:17PM -0800, Jaegeuk Kim wrote:
> This patch moves the generic testcases defined in xfs into tests/generic/.
> * xfs/053 -> generic/054
>   xfs/137 -> generic/137
>   xfs/138 -> generic/138
>   xfs/139 -> generic/139
>   xfs/140 -> generic/140
>   xfs/179 -> generic/179
>   xfs/180 -> generic/180
>   xfs/182 -> generic/182
>   xfs/200 -> generic/200
> * xfs/306 -> generic/305
> 
> * The test number was changed to address conflicts.

Just rename them all to the lowest unused numbers in the generic/ test
directory.

> Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
> ---
>  tests/generic/054     | 102 ++++++++++++++++++++++++++++++++++++++++
>  tests/generic/054.out |  10 ++++

You should tell git to use a diff format that track renames. i.e

$ git diff -M 97bf6af..2155355
diff --git a/fs/xfs/xfs_fs.h b/fs/xfs/libxfs/xfs_fs.h
similarity index 100%
rename from fs/xfs/xfs_fs.h
rename to fs/xfs/libxfs/xfs_fs.h
$
$
$ git diff --stat -M 97bf6af..2155355
 fs/xfs/{ => libxfs}/xfs_fs.h | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
$

It's much easier to review rename patches in this format. :)

Cheers,

Dave.
-- 
Dave Chinner
david@xxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux