Merge remote-tracking branch 'ovl/rename2' into for-linus
[cascardo/linux.git] / fs / f2fs / namei.c
index dfb622a..71e36a7 100644 (file)
@@ -1093,7 +1093,7 @@ const struct inode_operations f2fs_dir_inode_operations = {
        .mkdir          = f2fs_mkdir,
        .rmdir          = f2fs_rmdir,
        .mknod          = f2fs_mknod,
-       .rename2        = f2fs_rename2,
+       .rename         = f2fs_rename2,
        .tmpfile        = f2fs_tmpfile,
        .getattr        = f2fs_getattr,
        .setattr        = f2fs_setattr,