commit | 3310eebafe6f9a872c1f757b3d822dafae9c0cd8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Aug 27 17:37:48 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Sep 01 16:49:26 2020 -0600 |
tree | 0555d50aca08c223fc49b2f8b2846e25c31911a3 | |
parent | 7589ad6729d6a707c6ce97693106d42cbb121b42 [diff] |
block: remove the BIO_USER_MAPPED flag Just check if there is private data, in which case the bio must have originated from bio_copy_user_iov. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>