VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Miklos Szeredi <mszeredi@redhat.com> 2016-09-27 11:03:58 +0200 committer: Miklos Szeredi <mszeredi@redhat.com> 2016-09-27 11:03:58 +0200 commit: 2773bf00aeb9bf39e022463272a61dd0ec9f55f4 parent: 18fc84dafaac1fd63d5e6e600058eada8fc7914b
Commit Summary:
fs: rename "rename2" i_op to "rename"
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/hfsplus/dir.c b/fs/hfsplus/dir.c
index ca64a75f12b3..063577958126 100644
--- a/fs/hfsplus/dir.c
+++ b/fs/hfsplus/dir.c
@@ -565,7 +565,7 @@ const struct inode_operations hfsplus_dir_inode_operations = {
 	.rmdir			= hfsplus_rmdir,
 	.symlink		= hfsplus_symlink,
 	.mknod			= hfsplus_mknod,
-	.rename2		= hfsplus_rename,
+	.rename			= hfsplus_rename,
 	.setxattr		= generic_setxattr,
 	.getxattr		= generic_getxattr,
 	.listxattr		= hfsplus_listxattr,