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>
This commit is contained in:
parent
7589ad6729
commit
3310eebafe
2 changed files with 4 additions and 7 deletions
|
|
@ -256,7 +256,6 @@ enum {
|
|||
BIO_NO_PAGE_REF, /* don't put release vec pages */
|
||||
BIO_CLONED, /* doesn't own data */
|
||||
BIO_BOUNCED, /* bio is a bounce bio */
|
||||
BIO_USER_MAPPED, /* contains user pages */
|
||||
BIO_WORKINGSET, /* contains userspace workingset pages */
|
||||
BIO_QUIET, /* Make BIO Quiet */
|
||||
BIO_CHAIN, /* chained bio, ->bi_remaining in effect */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue