remove unused function btrfs_ilookup
btrfs_ilookup is unused, which is good because a normal filesystem should never have to use ilookup anyway. Remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
committed by
Chris Mason
parent
ad3d81ba8f
commit
a237d2a2bd
@@ -1763,8 +1763,6 @@ void btrfs_destroy_cachep(void);
|
||||
long btrfs_ioctl_trans_end(struct file *file);
|
||||
struct inode *btrfs_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,
|
||||
|
Reference in New Issue
Block a user