commit | eb5efbcb762aee4b454b04f7115f73ccbcf8f0ef | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Feb 04 23:04:00 2017 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Feb 04 23:04:00 2017 -0500 |
tree | d8502cb44de45fe27a69b4b352bd763f2b1a1752 | |
parent | 1c83a9aab807f7452c4957b2401e1cbf43941820 [diff] |
ext4: fix inline data error paths 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> Cc: stable@vger.kernel.org