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