mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-18 19:40:46 +09:00
This patch preallocates data blocks for buffered aio writes. With this patch, we can avoid redundant locking and unlocking of node pages given consecutive aio request. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>