aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2016-04-11 13:15:10 -0700
committerMister Oyster <oysterized@gmail.com>2017-04-13 12:33:18 +0200
commit228b1c11e11f453e252be13cd3be32d9b4da7fbf (patch)
tree745d93615cd6cf74bb13943f4e5d1f4a19f2538e /include
parentfde8f351fc1cfc4e2b3d88083d1de5851a86bdf0 (diff)
f2fs: unset atomic/volatile flag in f2fs_release_file
The atomic/volatile operation should be done in pair of start and commit ioctl. For example, if a killed process remains open-ended atomic operation, we should drop its flag as well as its atomic data. Otherwise, if sqlite initiates another operation which doesn't require atomic writes, it will lose every data, since f2fs still treats with them as atomic writes; nobody will trigger its commit. Reported-by: Miao Xie <miaoxie@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions