]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/exofs/namei.c
fs: rename "rename2" i_op to "rename"
[mirror_ubuntu-bionic-kernel.git] / fs / exofs / namei.c
index ddf343259f1304781e71031d63f988346a6be2f3..53d838200cc99e6787b40a55b81ee2619fd91d25 100644 (file)
@@ -314,7 +314,7 @@ const struct inode_operations exofs_dir_inode_operations = {
        .mkdir          = exofs_mkdir,
        .rmdir          = exofs_rmdir,
        .mknod          = exofs_mknod,
-       .rename2        = exofs_rename,
+       .rename         = exofs_rename,
        .setattr        = exofs_setattr,
 };