Displaying 1 result from an estimated 1 matches for "btrfs_find_actor".
2008 Aug 30
0
[PATCH] btrfs: remove unused function btrfs_ilookup
...truct file *file, struct page *page,
Index: btrfs-unstable/inode.c
===================================================================
--- btrfs-unstable.orig/inode.c 2008-08-30 11:08:58.000000000 -0300
+++ btrfs-unstable/inode.c 2008-08-30 11:09:03.000000000 -0300
@@ -1781,19 +1781,6 @@ static int btrfs_find_actor(struct inode
args->root == BTRFS_I(inode)->root);
}
-struct inode *btrfs_ilookup(struct super_block *s, u64 objectid,
- u64 root_objectid)
-{
- struct btrfs_iget_args args;
- args.ino = objectid;
- args.root = btrfs_lookup_fs_root(btrfs_sb(s)->fs_info, root_objectid);
-
- if (!...