Opened 14 years ago
#60 new defect
Le cache de fs ne compile pas
Reported by: | alain | Owned by: | Nicolas Pouillon |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | drivers | Keywords: | |
Cc: | Nicolas Pouillon |
Description
En essayant de compiler MutekH avec l'option permettant d'activer le cache de blocs, j'obtiens le message suivant :
/Users/alain/soc/mutekh/drivers/block/cache/block-cache.c: In function 'lba_insert_ascend': /Users/alain/soc/mutekh/drivers/block/cache/block-cache.c:38: warning: unused variable 'res' /Users/alain/soc/mutekh/drivers/block/cache/block-cache.c: In function 'lba_insert_descend': /Users/alain/soc/mutekh/drivers/block/cache/block-cache.c:38: warning: unused variable 'res' alain/soc/mutekh/drivers/block/cache/block-cache.c: In function 'block_cache_newent': /Users/alain/soc/mutekh/drivers/block/cache/block-cache.c:71: error: 'bs' Users undeclared (first use in this function) /Users/alain/soc/mutekh/drivers/block/cache/block-cache.c:71: error: (Each undeclared identifier is reported only once /Users/alain/soc/mutekh/drivers/block/cache/block-cache.c:71: error: for each function it appears in.)