commit | 2a0ec1d9ed7f3aa7974fccfbb612fadda2e10bad | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Apr 23 15:59:02 2012 +1000 |
committer | Ben Myers <bpm@sgi.com> | Mon May 14 16:20:58 2012 -0500 |
tree | df922fdcf44b6b537b00668da1ffba98283727d1 | |
parent | fd50092c08068b5bc5d170bc17894db584aaf7b2 [diff] |
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h The only thing left in xfs_rw.h is a function prototype for an inode function. Move that to xfs_inode.h, and kill xfs_rw.h. Also move the function implementing the prototype from xfs_rw.c to xfs_inode.c so we only have one function left in xfs_rw.c Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ben Myers <bpm@sgi.com>