Marin Ramesa, le Thu 05 Dec 2013 22:03:03 +0100, a écrit :
> Function block_io_mmap() is never a dev op, therefore it is
> unused and it can be written again easily if needed.
> - if (device->dev_ops->d_mmap == block_io_mmap) {
> - d->type = DEV_PAGER_TYPE;
> - } else {
> -
Function block_io_mmap() is never a dev op, therefore it is
unused and it can be written again easily if needed. I suggest
a removal of this function.
* device/blkio.c (block_io_mmap): Remove function.
* device/dev_pager.c (block_io_mmap): Remove forward declaration.
Remove the code in the case b