From: Jaegeuk Kim Date: Mon, 22 Jul 2013 13:12:56 +0000 (+0900) Subject: f2fs: fix i_name during f2fs_sync_file X-Git-Tag: v3.12-rc1~127^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0947e5ccedb749b2f701aa5279cd8f848a720a1;p=pandora-kernel.git f2fs: fix i_name during f2fs_sync_file As similar as the i_pino fix, i_name also should be fixed when i_nlink is 1. The errorneous scenario is like this. 1. touch test1 2. link test1 test2 3. unlink test2 4. fsync test1 After this, i_name should be test1. CC: Al Viro Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed