Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 10d1f9e2 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: fix problem with sending down discard that isn't of correct granularity


If the queue doesn't have a limit set, or it just set UINT_MAX like
we default to, we coud be sending down a discard request that isn't
of the correct granularity if the block size is > 512b.

Fix this by adjusting max_discard_sectors down to the proper
alignment.

Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent f10d9f61
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment