linux/drivers/infiniband/ulp/iser
Arnd Bergmann 2c63d1072a IB/iser: use sector_div instead of do_div
do_div is the wrong way to divide a sector_t, as it is less
efficient when sector_t is 32-bit wide. With the upcoming
do_div optimizations, the kernel starts warning about this:

drivers/infiniband/ulp/iser/iser_verbs.c:1296:4: note: in expansion of macro 'do_div'
include/asm-generic/div64.h:224:22: warning: passing argument 1 of '__div64_32' from incompatible pointer type

This changes the code to use sector_div instead, which always
produces optimal code.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2015-12-07 16:42:33 -05:00
..
Kconfig Update broken web addresses in the kernel. 2010-10-18 11:03:14 +02:00
Makefile
iscsi_iser.c IB/iser: Enable SG clustering 2015-10-28 12:26:06 -04:00
iscsi_iser.h IB/iser: Port to new fast registration API 2015-10-28 22:27:18 -04:00
iser_initiator.c IB/iser: set block queue_virt_boundary 2015-10-28 12:26:06 -04:00
iser_memory.c IB/iser: Port to new fast registration API 2015-10-28 22:27:18 -04:00
iser_verbs.c IB/iser: use sector_div instead of do_div 2015-12-07 16:42:33 -05:00