Commit 5ff7ba3a authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: don't look at bio flags after submit_bio



After callling submit_bio, the bio can be freed at any time.  The
btrfs submission thread helper was checking the bio flags too late,
which might not give the correct answer.

When CONFIG_DEBUG_PAGE_ALLOC is turned on, it can lead to oopsen.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent a343832f
Supports Markdown
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