OSDN Git Service

rbd: set max_segment_size to UINT_MAX
authorIlya Dryomov <idryomov@gmail.com>
Fri, 12 Jan 2018 16:22:10 +0000 (17:22 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 2 Apr 2018 08:12:38 +0000 (10:12 +0200)
commit24f1df60ce943aee107b3cb99b37a0152c9dd47a
tree09754ca68ebb53680318a5570acc6e4720d15a31
parent0adb32858b0bddf4ada5f364a84ed60b196dbcda
rbd: set max_segment_size to UINT_MAX

Commit 21acdf45f495 ("rbd: set max_segments to USHRT_MAX") removed the
limit on max_segments.  Remove the limit on max_segment_size as well.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Alex Elder <elder@linaro.org>
drivers/block/rbd.c