Displaying 1 result from an estimated 1 matches for "btrfs_commit_writ".
Did you mean:
  btrfs_commit_write
  
2008 Aug 30
0
[PATCH] btrfs: remove unused function btrfs_ilookup
...iget_locked(struct super_block *s, u64 objectid,
 				struct btrfs_root *root);
-struct inode *btrfs_ilookup(struct super_block *s, u64 objectid,
-			    u64 root_objectid);
 struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location,
 			 struct btrfs_root *root, int *is_new);
 int btrfs_commit_write(struct 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 i...