Comment 46 for bug 84591

Revision history for this message
Michael Chang (thenewme91) wrote : Re: feisty 20070210/herd5 persistent mode doesn't work

Hmm... what about downloading the 2.6.13 patch, and applying it in reverse before applying to 2.6.20 unionfs patch?

i.e.:
(under linux src dir)
zcat <2.6.13 patch> | patch -p1 -R
zcat <2.6.20 patch> | patch -p1

That might work better...