You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
+1
-1
@@ -274,7 +274,7 @@ const struct inode_operations bfs_dir_inops = {
|
||||
.lookup = bfs_lookup,
|
||||
.link = bfs_link,
|
||||
.unlink = bfs_unlink,
|
||||
.rename2 = bfs_rename,
|
||||
.rename = bfs_rename,
|
||||
};
|
||||
|
||||
static int bfs_add_entry(struct inode *dir, const unsigned char *name,
|
||||
|
||||
Reference in New Issue
Block a user