]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite45105772db41c5318b2a7ec1c420183183414e3
tree8569c5a85cfe6572ef48e4509f3219a7e4dc5169
parent9c5d58fb9e1df8c9ead4daf9e770ce61e4256e02
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: a015434480dc ("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