projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106204f
)
btrfs: remove unused member list from async_submit_bio
author
David Sterba
<dsterba@suse.com>
Thu, 13 Apr 2017 17:11:04 +0000
(19:11 +0200)
committer
David Sterba
<dsterba@suse.com>
Mon, 19 Jun 2017 16:25:59 +0000
(18:25 +0200)
The list used to track checksums in the early version (2.6.29), but I
was able not pinpoint the commit that stopped using it. Everything
apparently works without it for a long time.
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/disk-io.c
b/fs/btrfs/disk-io.c
index d8ad30fdeee64c7de3670d973a946a626efe37ea..f896fa1dc0701214e5455a26ffa251ff16a34b82 100644
(file)
--- a/
fs/btrfs/disk-io.c
+++ b/
fs/btrfs/disk-io.c
@@
-121,7
+121,6
@@
struct async_submit_bio {
void *private_data;
struct btrfs_fs_info *fs_info;
struct bio *bio;
- struct list_head list;
extent_submit_bio_hook_t *submit_bio_start;
extent_submit_bio_hook_t *submit_bio_done;
int mirror_num;