]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: release discard bio after sending discard commands
authorDaeho Jeong <daeho.jeong@samsung.com>
Sat, 5 Aug 2017 17:11:57 +0000 (13:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 5 Aug 2017 17:11:57 +0000 (13:11 -0400)
commitb4d50dadadca0f7aeae2de6173c97f9e1f1dacdd
tree8569c5a85cfe6572ef48e4509f3219a7e4dc5169
parentbe1b526ed203b813d0599c3356b299695880e0dc
ext4: release discard bio after sending discard commands

We've changed the discard command handling into parallel manner.
But, in this change, I forgot decreasing the usage count of the bio
which was used to send discard request. I'm sorry about that.

Fixes: 07b5119bb185 ("ext4: send parallel discards on commit completions")
Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
fs/ext4/mballoc.c