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 11:55:36 -0400
commit129dbc9a2d93bab823e57fe47f53d098a0d350f3 (patch)
tree3fb2ffc63ab0b4042c5e2f00e877fa427a8674e0 /fs/xfs/xfs_inode.h
parent475ee413f34165f8e6fcd7fbff3a4da1dce48c99 (diff)
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 942fd7f9110..c2e2da3abae 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -557,9 +557,6 @@ do { \
557#define XFS_IGET_UNTRUSTED 0x2 557#define XFS_IGET_UNTRUSTED 0x2
558#define XFS_IGET_DONTCACHE 0x4 558#define XFS_IGET_DONTCACHE 0x4
559 559
560int xfs_inotobp(struct xfs_mount *, struct xfs_trans *,
561 xfs_ino_t, struct xfs_dinode **,
562 struct xfs_buf **, int *, uint);
563int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *, 560int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,
564 struct xfs_imap *, struct xfs_dinode **, 561 struct xfs_imap *, struct xfs_dinode **,
565 struct xfs_buf **, uint, uint); 562 struct xfs_buf **, uint, uint);