Re: [OpenWrt-Devel] ocf for linux 3.2

2012-01-19 Thread Jonas Gorski
On 19 January 2012 20:20, Jonas Gorski wrote: > On 19 January 2012 19:34, Peter Wagner wrote: >> Hi, >> >> this patch adds ocf support to linux 3.2. >> But maybe this changes should be inside an #ifdef to >> make it work with linux < 3.2 > > Yes, this wont fly with 3.1 or earlier. 3.2 introduced

Re: [OpenWrt-Devel] ocf for linux 3.2

2012-01-19 Thread Jonas Gorski
On 19 January 2012 19:34, Peter Wagner wrote: > Hi, > > this patch adds ocf support to linux 3.2. > But maybe this changes should be inside an #ifdef to > make it work with linux < 3.2 Yes, this wont fly with 3.1 or earlier. 3.2 introduced a helper function getting the page of a fragment though,

[OpenWrt-Devel] ocf for linux 3.2

2012-01-19 Thread Peter Wagner
Hi, this patch adds ocf support to linux 3.2. But maybe this changes should be inside an #ifdef to make it work with linux < 3.2 /Peter diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 44c4b5d..c8be6f9 100644 --- a/package/kernel/modules/crypto.mk +++ b/pack