xfs: move xfs_fsb_to_db to xfs_bmap.h
authorDave Chinner <dchinner@redhat.com>
Mon, 23 Apr 2012 05:59:01 +0000 (15:59 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 14 May 2012 21:20:57 +0000 (16:20 -0500)
commitfd50092c08068b5bc5d170bc17894db584aaf7b2
tree0d2abe20735bf44e88727ec074fa55a298dc086d
parent4ecbfe637cbcc0f093d1f295ef483f4e31e3987b
xfs: move xfs_fsb_to_db to xfs_bmap.h

This is the only remaining useful function in xfs_rw.h, so move it
to a header file responsible for block mapping functions that the
callers already include. Soon we can get rid of xfs_rw.h.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_bmap.c
fs/xfs/xfs_bmap.h
fs/xfs/xfs_rw.h