commit | e45105772db41c5318b2a7ec1c420183183414e3 | [log] [tgz] |
---|---|---|
author | Daeho Jeong <daeho.jeong@samsung.com> | Sat Aug 05 13:11:57 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Aug 05 13:11:57 2017 -0400 |
tree | 8569c5a85cfe6572ef48e4509f3219a7e4dc5169 | |
parent | 9c5d58fb9e1df8c9ead4daf9e770ce61e4256e02 [diff] |
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>