mirror of
https://github.com/torvalds/linux
synced 2026-06-13 05:42:24 +09:00
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>