commit | 558e6891693f4c383c51c7343a88dea174eadacf | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Apr 28 12:28:58 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:19 2010 -0500 |
tree | df7512d1f97fb4557d920d3ceb566dee256c1a7c | |
parent | 34a52c6c064fb9f1fd1310407ce076a4bb049734 [diff] |
xfs: clean up xfs_iomap_valid Rename all iomap_valid identifiers to imap_valid to fit the new world order, and clean up xfs_iomap_valid to convert the passed in offset to blocks instead of the imap values to bytes. Use the simpler inode->i_blkbits instead of the XFS macros for this. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>