commit | d7b8b384b02f52b20a538e741c75c5d50c0e131f | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Oct 21 18:49:50 2015 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Oct 21 19:04:17 2015 -0700 |
tree | bb27b2de1a0f5986335837f997b7b020bf61e39a | |
parent | f96999c35f46fa9bce8a3a2812cd0a28fcde5903 [diff] |
f2fs: fix leakage of inmemory atomic pages If we got failure during commit_atomic_write, abort_volatile_write will be called, but will not drop the inmemory pages due to no FI_ATOMIC_FILE. Actually, there is no reason to check the flag in abort_volatile_write. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>