commit | 076e6acb8f0d9532ee6c50512c1927c0a8e34f2f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Mar 16 08:24:13 2009 +0100 |
committer | Christoph Hellwig <hch@brick.lst.de> | Mon Mar 16 08:24:13 2009 +0100 |
tree | ba841b159780ad10e69c1a42ff0832f908cdd5f3 | |
parent | ff0205e032b9733bb634ad5dadc79a0f6d30c721 [diff] |
xfs: cleanup xlog_bread Most callers of xlog_bread need to call xlog_align to get the actual offset. Consolidate that call into the main xlog_bread and provide a _xlog_bread for those few that don't want the actual offset. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com>