commit | 7e0785fce14f75976a80b241d732e210e380923e | [log] [tgz] |
---|---|---|
author | Chandan Rajendra <chandan@linux.ibm.com> | Mon May 20 09:29:49 2019 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Tue May 28 10:27:53 2019 -0700 |
tree | 130615e4d12af19cadf76844ba4a1dcc3ec97827 | |
parent | ffceeefb337b3ba9da36633072490caa96289345 [diff] |
ext4: clear BH_Uptodate flag on decryption error If decryption fails, ext4_block_write_begin() can return with the page's buffer_head marked with the BH_Uptodate flag. This commit clears the BH_Uptodate flag in such cases. Signed-off-by: Chandan Rajendra <chandan@linux.ibm.com> Signed-off-by: Eric Biggers <ebiggers@google.com>