[OpenAFS] Re: 1.4.14+patches = panic

Simon Wilkinson sxw@inf.ed.ac.uk
Thu, 3 Mar 2011 00:11:30 +0000


On 2 Mar 2011, at 15:56, Andrew Deason wrote:

> =
http://git.openafs.org/?p=3Dopenafs.git;a=3Dcommitdiff_plain;h=3D6b6064cca=
cc60eb5a1fe45cc69c65fb621e8980c
> =
http://git.openafs.org/?p=3Dopenafs.git;a=3Dcommitdiff_plain;h=3D885dfd0e9=
d0cb6b4e2e32280a9266d1776ea6859
>=20
> You cannot (easily) get those from git directly, because they are not
> yet in the 1.4.x branch.


It's actually not to hard to pull these in from git directly - just do

git fetch http://gerrit.openafs.org/p/openafs =
6b6064ccacc60eb5a1fe45cc69c65fb621e8980c && git cherry-pick FETCH_HEAD
git fetch http://gerrit.openafs.org/p/openafs =
885dfd0e9d0cb6b4e2e32280a9266d1776ea6859 && git cherry-pick FETCH_HEAD

Cheers,

Simon.