diff options
author | Christoph Hellwig <hch@lst.de> | 2022-01-24 10:10:52 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-02-02 07:49:59 -0700 |
commit | 39146b6f66ba5c107d5c5758a17f290846165b4d (patch) | |
tree | 2c411af3724039d67772d9a28687d37ebb257684 /drivers | |
parent | 5d2ca2132f889bc2c90d6d07fc9fc129cfee8955 (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')
0 files changed, 0 insertions, 0 deletions