diff options
author | Christoph Hellwig <hch@lst.de> | 2008-09-05 16:43:29 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:07 -0400 |
commit | a237d2a2bd67eb2b57b87c1e1d3d802d078d4ba7 (patch) | |
tree | 86da675a6cb234c689f8b7da024d6e01164df2d1 /fs/btrfs/ctree.h | |
parent | ad3d81ba8f2880dfa3ee518c779a7ea09a024520 (diff) | |
download | kernel-crypto-a237d2a2bd67eb2b57b87c1e1d3d802d078d4ba7.tar.gz kernel-crypto-a237d2a2bd67eb2b57b87c1e1d3d802d078d4ba7.tar.xz kernel-crypto-a237d2a2bd67eb2b57b87c1e1d3d802d078d4ba7.zip |
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>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index f720b582fd5..754c738ec2e 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -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, |