aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2012-07-03 12:21:51 -0400
committerBen Myers <bpm@sgi.com>2012-07-22 10:55:36 -0500
commit129dbc9a2d93bab823e57fe47f53d098a0d350f3 (patch)
tree3fb2ffc63ab0b4042c5e2f00e877fa427a8674e0 /fs/xfs/xfs_inode.h
parentxfs: merge xfs_itobp into xfs_imap_to_bp (diff)
downloadlinux-dev-129dbc9a2d93bab823e57fe47f53d098a0d350f3.tar.xz
linux-dev-129dbc9a2d93bab823e57fe47f53d098a0d350f3.zip
xfs: remove xfs_inotobp
There is no need to keep this helper around, opencoding it in the only caller is just as clear. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r--fs/xfs/xfs_inode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index 942fd7f9110b..c2e2da3abae2 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -557,9 +557,6 @@ do { \
#define XFS_IGET_UNTRUSTED 0x2
#define XFS_IGET_DONTCACHE 0x4
-int xfs_inotobp(struct xfs_mount *, struct xfs_trans *,
- xfs_ino_t, struct xfs_dinode **,
- struct xfs_buf **, int *, uint);
int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,
struct xfs_imap *, struct xfs_dinode **,
struct xfs_buf **, uint, uint);