Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 39146b6f authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220124091107.642561-5-hch@lst.de


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 5d2ca213
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment