mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
When bouncing for block size > PAGE_SIZE file systems that require
file system block size alignment (e.g. zoned XFS), the bio needs to
be big enough to fit an entire block.
Fixes:
|
||
|---|---|---|
| .. | ||
| bio.c | ||
| buffered-io.c | ||
| direct-io.c | ||
| fiemap.c | ||
| internal.h | ||
| ioend.c | ||
| iter.c | ||
| Makefile | ||
| seek.c | ||
| swapfile.c | ||
| trace.c | ||
| trace.h | ||