xfs: don't do delayed allocations for uncached buffered writes buffered-uncached
authorJens Axboe <axboe@kernel.dk>
Tue, 17 Dec 2019 14:30:04 +0000 (07:30 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 31 Jan 2020 22:44:11 +0000 (15:44 -0700)
commit8ad401f812f242d737cfeb1e7f91df8c0c784043
treedf5b62ab6a0588015523269b0c1ba0d65ff4a487
parent2d02caea1a1b4382ee712ab2777c132dd5a10a59
xfs: don't do delayed allocations for uncached buffered writes

This data is going to be written immediately, so don't bother trying
to do delayed allocation for it.

Suggested-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/xfs/xfs_iomap.c