OSDN Git Service

btrfs: remove unused member list from async_submit_bio
authorDavid Sterba <dsterba@suse.com>
Thu, 13 Apr 2017 17:11:04 +0000 (19:11 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Jun 2017 16:25:59 +0000 (18:25 +0200)
commitb297c9f68f4ac61c259dbe529ceb74910f25e281
tree32b095a838431265471a1098c4c442ab254bd7f9
parent106204f191774d427a1992d76410d6d8a0006568
btrfs: remove unused member list from async_submit_bio

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