xfs: merge xfs_itobp into xfs_imap_to_bp
authorChristoph Hellwig <hch@infradead.org>
Tue, 3 Jul 2012 16:21:22 +0000 (12:21 -0400)
committerBen Myers <bpm@sgi.com>
Sun, 22 Jul 2012 15:46:56 +0000 (10:46 -0500)
commit475ee413f34165f8e6fcd7fbff3a4da1dce48c99
treea32dadb75dbbddf45fdd989ad8f44dd0ed466368
parent6b7a03f03a2f8b1629133e35729eba4727fae3cc
xfs: merge xfs_itobp into xfs_imap_to_bp

All callers of xfs_imap_to_bp want the dinode pointer, so let's calculate it
inside xfs_imap_to_bp.  Once that is done xfs_itobp becomes a fairly pointless
wrapper which can be replaced with direct calls to xfs_imap_to_bp.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_itable.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_sync.c
This page took 0.025174 seconds and 5 git commands to generate.