From afcb7ca01f47b0481e0b248d1542d0934fa70767 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Fri, 26 Apr 2013 11:55:17 +0900 Subject: [PATCH] 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 --- Reading git-format-patch failed