From: Jaegeuk Kim Date: Tue, 28 May 2013 03:25:47 +0000 (+0900) Subject: f2fs: cover cp_file information with ilock X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d5d6f66b375f21bee4c2e17178f7c073a66301;p=pandora-kernel.git f2fs: cover cp_file information with ilock If a file is linked with other files, it should be checkpointed at every fsync calls. For this, we use set_cp_file() with FADVISE_CP_BIT, but previously we didn't cover the flag by the global lock. This patch fixes that the inode page stores this correctly. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed