From: Jaegeuk Kim Date: Fri, 26 Apr 2013 02:55:17 +0000 (+0900) Subject: f2fs: check truncation of mapping after lock_page X-Git-Tag: v3.10-rc1~45^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afcb7ca01f47b0481e0b248d1542d0934fa70767;p=pandora-kernel.git 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-diff-tree failed