diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-08-19 14:14:27 -0700 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-08-21 13:57:04 -0700 |
commit | 04859dba50e6cd85c5d683d06010c5eafb27c893 (patch) | |
tree | 76bd5e8b065ed7d143299f1abaff81529fa60b2d /fs | |
parent | ec4e7af4ca04ff81f786554d670876f1037a9ded (diff) | |
download | linux-stable-04859dba50e6cd85c5d683d06010c5eafb27c893.tar.gz linux-stable-04859dba50e6cd85c5d683d06010c5eafb27c893.tar.bz2 linux-stable-04859dba50e6cd85c5d683d06010c5eafb27c893.zip |
f2fs: remove rename and use rename2
Refer the following patch.
commit 7177a9c4b509eb357cc450256bc3cf39f1a1e639
Author: Miklos Szeredi <mszeredi@suse.cz>
Date: Wed Jul 23 15:15:30 2014 +0200
fs: call rename2 if exists
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/f2fs/namei.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index eb407d207289..6b53ce924d95 100644 --- a/fs/f2fs/namei.c +++ b/fs/f2fs/namei.c @@ -704,7 +704,6 @@ const struct inode_operations f2fs_dir_inode_operations = { .mkdir = f2fs_mkdir, .rmdir = f2fs_rmdir, .mknod = f2fs_mknod, - .rename = f2fs_rename, .rename2 = f2fs_rename2, .tmpfile = f2fs_tmpfile, .getattr = f2fs_getattr, |