VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 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/hpfs/namei.c b/fs/hpfs/namei.c
index 3c5c1a75569d..f30c14414518 100644
--- a/fs/hpfs/namei.c
+++ b/fs/hpfs/namei.c
@@ -622,6 +622,6 @@ const struct inode_operations hpfs_dir_iops =
 	.mkdir		= hpfs_mkdir,
 	.rmdir		= hpfs_rmdir,
 	.mknod		= hpfs_mknod,
-	.rename2	= hpfs_rename,
+	.rename		= hpfs_rename,
 	.setattr	= hpfs_setattr,
 };