From: Chao Yu Date: Sat, 21 Dec 2013 10:03:28 +0000 (+0800) Subject: f2fs: avoid to set wrong pino of inode when rename dir X-Git-Tag: v3.14-rc1~122^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deead09009fc5136185fe95026c395b5c2337e1f;p=pandora-kernel.git f2fs: avoid to set wrong pino of inode when rename dir When we rename a dir to new name which is not exist previous, we will set pino of parent inode with ino of child inode in f2fs_set_link. It destroy consistency of pino, it should be fixed. Thanks for previous work of Shu Tan. Signed-off-by: Shu Tan Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed