Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dm bufio: delete outdated comment

This comment was true when dm-bufio was written but, since 4.3, bios can
now have arbitrary size and the driver splits them.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>

authored by

Mikulas Patocka and committed by
Mike Snitzer
1f013174 00716545

-4
-4
drivers/md/dm-bufio.c
··· 540 540 * 541 541 * the memory must be direct-mapped, not vmalloced; 542 542 * 543 - * the I/O driver can reject requests spuriously if it thinks that 544 - * the requests are too big for the device or if they cross a 545 - * controller-defined memory boundary. 546 - * 547 543 * If the buffer is small enough (up to DM_BUFIO_INLINE_VECS pages) and 548 544 * it is not vmalloced, try using the bio interface. 549 545 *