mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
9bb0ce2b0b
Set the page count correctly for non-page-aligned IO. We were already doing this correctly for alignment, but not the page count. Fixes DIRECT_IO writes from unaligned pages. Signed-off-by: Sage Weil <sage@newdream.net>