Files
ladybird/Kernel
Pankaj Raghav 36363b1a37 Kernel: Fix storage device read/write for request length < block size
The current implementation of read/write will fail in StorageDevice
when the request length is less than the block size of the underlying
device. Fix it by calculating the offset within a block for such cases
and using it for copying data from the bounce buffer.
2022-03-30 19:31:12 +03:00
..
2022-02-09 17:59:19 +00:00
2022-01-07 10:56:59 +01:00
2022-03-22 11:26:29 +00:00
2022-03-04 20:07:05 +01:00