dm: remove symbol export for dm_set_device_limits
There is no need for code other than DM core to use dm_set_device_limits so remove its EXPORT_SYMBOL_GPL. Also, cleanup a couple whitespace nits. Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
@@ -1498,7 +1498,6 @@ static int dm_merge_bvec(struct request_queue *q,
|
||||
* just one page.
|
||||
*/
|
||||
else if (queue_max_hw_sectors(q) <= PAGE_SIZE >> 9)
|
||||
|
||||
max_size = 0;
|
||||
|
||||
out:
|
||||
|
Reference in New Issue
Block a user