From: Mikulas Patocka Date: Sun, 4 Mar 2018 06:53:00 +0000 (-0500) Subject: dm bufio: delete outdated comment X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1f013174b352057557e47321f23a33e39e752bd4;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Mike Snitzer --- diff --git a/drivers/md/dm-bufio.c b/drivers/md/dm-bufio.c index aa2032fa80d4..f5360a6260ff 100644 --- a/drivers/md/dm-bufio.c +++ b/drivers/md/dm-bufio.c @@ -540,10 +540,6 @@ static void __relink_lru(struct dm_buffer *b, int dirty) * * the memory must be direct-mapped, not vmalloced; * - * the I/O driver can reject requests spuriously if it thinks that - * the requests are too big for the device or if they cross a - * controller-defined memory boundary. - * * If the buffer is small enough (up to DM_BUFIO_INLINE_VECS pages) and * it is not vmalloced, try using the bio interface. *