diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2016-09-27 05:03:58 -0400 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2016-09-27 05:03:58 -0400 |
commit | 2773bf00aeb9bf39e022463272a61dd0ec9f55f4 (patch) | |
tree | 1d0cc9cf72e5ff955609e4dc43d8bcd075212ff1 /fs/hpfs/namei.c | |
parent | 18fc84dafaac1fd63d5e6e600058eada8fc7914b (diff) |
fs: rename "rename2" i_op to "rename"
Generated patch:
sed -i "s/\.rename2\t/\.rename\t\t/" `git grep -wl rename2`
sed -i "s/\brename2\b/rename/g" `git grep -wl rename2`
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/hpfs/namei.c')
-rw-r--r-- | fs/hpfs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = | |||
622 | .mkdir = hpfs_mkdir, | 622 | .mkdir = hpfs_mkdir, |
623 | .rmdir = hpfs_rmdir, | 623 | .rmdir = hpfs_rmdir, |
624 | .mknod = hpfs_mknod, | 624 | .mknod = hpfs_mknod, |
625 | .rename2 = hpfs_rename, | 625 | .rename = hpfs_rename, |
626 | .setattr = hpfs_setattr, | 626 | .setattr = hpfs_setattr, |
627 | }; | 627 | }; |