bcache or SSD Cache Help

huseinb

New Member
Mar 1, 2012
3
0
1
Can someone please help me build a bcache patch for the current pve kernel? I get a lot of hunk errors when using the patch I made. This is how I did it:

git clone http://evilpiepirate.org/git/linux-bcache.git
git checkout bcache-3.2
git diff v2.6.32 > bcache.patch

cd /usr/src/linux-headers-2.6.32-14-pve/

patch -p1 < bcache.patch

Is this okay?