commit | 0b37d0c0c6b35317bfc3aee8cdf94f853d594e5f | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Feb 04 23:04:00 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Mar 12 06:41:46 2017 +0100 |
tree | 5624710ad17e61535ed48e2fffa85eb4e007a72c | |
parent | 68ca0fdac41fa801e1e6c2f99e27a9c24e494532 [diff] |
ext4: fix inline data error paths commit eb5efbcb762aee4b454b04f7115f73ccbcf8f0ef upstream. The write_end() function must always unlock the page and drop its ref count, even on an error. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>