From: Jaegeuk Kim Date: Wed, 20 Mar 2013 05:58:38 +0000 (+0900) Subject: f2fs: do not skip writing file meta during fsync X-Git-Tag: v3.10-rc1~45^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff153a2f1fa7ef31d6d9bc9ce6c3815dede55e6;p=pandora-kernel.git f2fs: do not skip writing file meta during fsync This patch removes data_version check flow during the fsync call. The original purpose for the use of data_version was to avoid writng inode pages redundantly by the fsync calls repeatedly. However, when user can modify file meta and then call fsync, we should not skip fsync procedure. So, let's remove this condition check and hope that user triggers in right manner. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed