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

cloop and kernel 5.0.1



Hello Klaus,

Something has changed on the latest kernel and cloop doesn't compile:


/usr/src/cloop-4/cloop.c: In function ‘cloop_do_request’:
/usr/src/cloop-4/cloop.c:487:15: error: implicit declaration of function
‘blk_fetch_request’; did you mean ‘blk_get_request’?
[-Werror=implicit-function-declaration]
  while((req = blk_fetch_request(q)) != NULL)
               ^~~~~~~~~~~~~~~~~
               blk_get_request
/usr/src/cloop-4/cloop.c:487:13: warning: assignment to ‘struct request *’
from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
  while((req = blk_fetch_request(q)) != NULL)
             ^
/usr/src/cloop-4/cloop.c: In function ‘cloop_alloc’:
/usr/src/cloop-4/cloop.c:1154:19: error: implicit declaration of function
‘blk_init_queue’; did you mean ‘blk_put_queue’?
[-Werror=implicit-function-declaration]
  clo->clo_queue = blk_init_queue(cloop_do_request, &clo->queue_lock);
                   ^~~~~~~~~~~~~~
                   blk_put_queue
/usr/src/cloop-4/cloop.c:1154:17: warning: assignment to ‘struct
request_queue *’ from ‘int’ makes pointer from integer without a cast
[-Wint-conversion]
  clo->clo_queue = blk_init_queue(cloop_do_request, &clo->queue_lock);

Thank you 


Massimo




--
Sent from: http://debian.2.n7.nabble.com/debian-knoppix-f2117189.html


Reply to: