f2fs: clear page's up-to-date if block was deallocated
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 26 Feb 2015 03:25:01 +0000 (19:25 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 10 Apr 2015 22:08:26 +0000 (15:08 -0700)
commit2bca1e2388a8a9e8a3db0daf54fcc124516a3e83
treee16f44f83f83a18ab3785f336812fb64d71a1023
parent3c64298579a1343cbdf3d2f17adf774a58546aae
f2fs: clear page's up-to-date if block was deallocated

If page's on-disk block was deallocated, let's remove up-to-date flag to avoid
further access with wrong contents.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/dir.c
fs/f2fs/node.c