Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2022-01-24 12:10:52 +0300
committerJens Axboe <axboe@kernel.dk>2022-02-02 17:49:59 +0300
commit39146b6f66ba5c107d5c5758a17f290846165b4d (patch)
tree2c411af3724039d67772d9a28687d37ebb257684 /drivers/md/dm-log-writes.c
parent5d2ca2132f889bc2c90d6d07fc9fc129cfee8955 (diff)
ntfs3: remove ntfs_alloc_bio
bio_alloc will never fail if it is allowed to sleep, so there is no need for this loop. Also remove the __GFP_HIGH specifier as it doesn't make sense here given that we'll always fall back to the mempool anyway. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20220124091107.642561-5-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/dm-log-writes.c')
0 files changed, 0 insertions, 0 deletions