commit | 2b04e8f6bbb196cab4b232af0f8d48ff2c7a8058 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Sep 23 15:51:23 2017 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Oct 10 23:54:57 2017 -0400 |
tree | 8be4924951564fb02964129570dd5c64c5e63584 | |
parent | 95d78c28b5a85bacbc29b8dba7c04babb9b0d467 [diff] |
more bio_map_user_iov() leak fixes we need to take care of failure exit as well - pages already in bio should be dropped by analogue of bio_unmap_pages(), since their refcounts had been bumped only once per reference in bio. Cc: stable@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>