Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
9223372036854775807
Description
tgt_pages2shortio() try to copy local pages memory to ptlrpc inline buf.
The right logic should move page @ptr to offset + count, however, it does this logic wrongly, this doesn't cause any problem so far, because normally @lnb_page_offset is 0. when i tried to play with unaligned DIO, we could hit the problem.
Landed for 2.14