From: Chao Yu Date: Sat, 12 Jul 2014 11:13:54 +0000 (+0800) Subject: f2fs: support ->rename2() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~163^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32f9bc25cbda00410e2379c58ae027e88bf24770;p=pandora-kernel.git f2fs: support ->rename2() Now new interface ->rename2() is added to VFS, here are related description: https://lkml.org/lkml/2014/2/7/873 https://lkml.org/lkml/2014/2/7/758 This patch adds function f2fs_rename2() to support ->rename2() including handling both RENAME_EXCHANGE and RENAME_NOREPLACE flag. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed