On 1/8/20 5:14 AM, Avri Altman wrote:
Aside of a mere simplification - is this change has other objectives?
I am asking because at the end of the day not sure if using scsi privet data for the lrb is obtaining that goal.
Hi Avri,
Thanks for having taken a look. An important goal of this patch series
is to optimize the UFS driver. This patch series should make the UFS
driver slightly faster because it removes several pointer dereferences
from the hot path and because it organizes all request-related data in a
single contiguous address range.
Bart.