[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel 2.6.37 is out!!!





stirner wrote:
> 
> Something to fix in compressed_loop.c:
> 
> /usr/src/cloop-2.636/compressed_loop.c: In function 'cloop_ioctl':
> /usr/src/cloop-2.636/compressed_loop.c:840: error: implicit declaration of
> function 'lock_kernel'
> /usr/src/cloop-2.636/compressed_loop.c:873: error: implicit declaration of
> function 'unlock_kernel'
> make[2]: *** [/usr/src/cloop-2.636/compressed_loop.o] Error 1
> make[1]: *** [_module_/usr/src/cloop-2.636] Error 2
> 
> aufs compile and load correctly ( git checkout origin/aufs2.1 )
> 
> 
> Cheers
> 
> 
> Max
> 
> 


As suggest from Rares Aioanei you need: #include <include/linux/smp_lock.h>

Then cloop compile and load correctly.


Max
-- 
View this message in context: http://old.nabble.com/kernel-2.6.37-is-out%21%21%21-tp30615243p30631546.html
Sent from the debian-knoppix mailing list archive at Nabble.com.


Reply to: