commit | afcb7ca01f47b0481e0b248d1542d0934fa70767 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Fri Apr 26 11:55:17 2013 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Mon Apr 29 11:19:32 2013 +0900 |
tree | 2834b57b958d2b444d40aa8144ac60ee739507ac | |
parent | 55008d845d233396ed374473da4613cee691aa03 [diff] |
f2fs: check truncation of mapping after lock_page We call lock_page when we need to update a page after readpage. Between grab and lock page, the page can be truncated by other thread. So, we should check the page after lock_page whether it was truncated or not. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>