commit | 03679ade86b2b1c370c8790f1ffcbcdef6d49f9f | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Fri Jun 19 11:52:48 2015 -0700 |
committer | Chris Mason <clm@fb.com> | Sun Aug 09 07:34:26 2015 -0700 |
tree | 880ee59349f2a9fa6b906f3ba70993ba5fbd3e1d | |
parent | 293a8489f300536dc6d996c35a6ebb89aa03bab2 [diff] |
Btrfs: remove misleading handling of missing device scrub scrub_submit() claims that it can handle a bio with a NULL block device, but this is misleading, as calling bio_add_page() on a bio with a NULL ->bi_bdev would've already crashed. Delete this, as we're about to properly handle a missing block device. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Chris Mason <clm@fb.com>