commit | 5c2b1fd7531d837bb9a6079d4e730a889b0e303d | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Jun 06 19:22:55 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Sat Mar 31 01:26:52 2018 +0200 |
tree | 5da44460121702c48d1f93478eaa91dd8e85148c | |
parent | 6ca1765b366e3a678e143de0decc3d1d39c15429 [diff] |
btrfs: assume that bio_ret is always valid in submit_extent_page All callers pass a valid pointer so we can drop the redundant checks. The call to submit_one_bio never happend and can be removed. Signed-off-by: David Sterba <dsterba@suse.com>