diff options
author | Christoph Hellwig <hch@infradead.org> | 2012-07-03 12:21:51 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-07-22 10:55:36 -0500 |
commit | 129dbc9a2d93bab823e57fe47f53d098a0d350f3 (patch) | |
tree | 3fb2ffc63ab0b4042c5e2f00e877fa427a8674e0 /fs/xfs/xfs_inode.h | |
parent | 475ee413f34165f8e6fcd7fbff3a4da1dce48c99 (diff) | |
download | op-kernel-dev-129dbc9a2d93bab823e57fe47f53d098a0d350f3.zip op-kernel-dev-129dbc9a2d93bab823e57fe47f53d098a0d350f3.tar.gz |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 942fd7f..c2e2da3 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); |