]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs_apply: filter commits from libxfs only
authorDave Chinner <david@fromorbit.com>
Mon, 24 Oct 2016 22:04:33 +0000 (09:04 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 24 Oct 2016 22:04:33 +0000 (09:04 +1100)
commit1516533c8c836d69eb4381332fe3cacb02e025c9
tree9a73e17f9d4304167edb376c0b64b43f95f7f2cf
parent152fa26f3a8f8ddaadf28db5d395af7be76beb34
libxfs_apply: filter commits from libxfs only

When pulling commits from the kernel, it's easy to specify a commit
range such as "v4.8..for-next" to indicate we want to pull all
commits for libxfs since the 4.8 kernel release. Unfortunately,
this pull commits from all over the kernel tree, not just
fs/xfs/libxfs.

Filter the commit list retrieval to limit the commits to those touch
fs/xfs/libxfs so that we only attempt to apply the realtively small
number of relevant commits.

Signed-off-by: Dave Chinner <david@fromorbit.com>
tools/libxfs-apply