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

cloop and kernel 4.8.1



Hello,

it seems that cloop doesn't compile with kernel 4.8.1:

/usr/src/cloop-4/cloop.c: In function ‘cloop_do_request’:
/usr/src/cloop-4/cloop.c:413:37: error: ‘READA’ undeclared (first use in
this function)
    if (unlikely(rw != READ && rw != READA))
                                     ^
./include/linux/compiler.h:168:42: note: in definition of macro ‘unlikely’
 # define unlikely(x) __builtin_expect(!!(x), 0)
                                          ^
/usr/src/cloop-4/cloop.c:413:37: note: each undeclared identifier is
reported only once for each function it appears in
    if (unlikely(rw != READ && rw != READA))
                                     ^
./include/linux/compiler.h:168:42: note: in definition of macro ‘unlikely’
 # define unlikely(x) __builtin_expect(!!(x), 0)
                                          ^
/usr/src/cloop-4/cloop.c: In function ‘cloop_set_file’:
/usr/src/cloop-4/cloop.c:471:4: error: implicit declaration of function
‘blk_queue_merge_bvec’ [-Werror=implicit-function-declaration]
    blk_queue_merge_bvec(clo->clo_queue, q->merge_bvec_fn);
    ^~~~~~~~~~~~~~~~~~~~
/usr/src/cloop-4/cloop.c:471:42: error: ‘struct request_queue’ has no member
named ‘merge_bvec_fn’
    blk_queue_merge_bvec(clo->clo_queue, q->merge_bvec_fn);

Any hints?


Thank you

Max




--
View this message in context: http://debian.2.n7.nabble.com/cloop-and-kernel-4-8-1-tp3955457.html
Sent from the debian-knoppix mailing list archive at Nabble.com.


Reply to: