]> www.infradead.org Git - users/hch/block.git/commit
ntfs3: remove ntfs_alloc_bio
authorChristoph Hellwig <hch@lst.de>
Wed, 12 Jan 2022 09:40:20 +0000 (10:40 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 24 Jan 2022 08:20:55 +0000 (09:20 +0100)
commitbd2f130c50f74b443e9845641b45cfa117160e03
tree4ce7cc419f1bef8baf2975491d082f6c8e5c5e81
parenta12e5b033f1b3eb15068645f966dd99096388536
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>
fs/ntfs3/fsntfs.c