VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 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/coda/dir.c b/fs/coda/dir.c
index 5d79c26b0484..82aceaef8e4e 100644
--- a/fs/coda/dir.c
+++ b/fs/coda/dir.c
@@ -573,7 +573,7 @@ const struct inode_operations coda_dir_inode_operations = {
 	.mkdir		= coda_mkdir,
 	.rmdir		= coda_rmdir,
 	.mknod		= CODA_EIO_ERROR,
-	.rename2	= coda_rename,
+	.rename		= coda_rename,
 	.permission	= coda_permission,
 	.getattr	= coda_getattr,
 	.setattr	= coda_setattr,