commit | 77936d0280616d84d1eb0eb38a6f857d2827a434 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 13 13:43:49 2011 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jul 13 13:43:49 2011 +0200 |
tree | 3076e827144b7312d84e9ed52c5d2f92b1a10fb6 | |
parent | a230a1df40864ef68ff6fbd09302f16d2a216ea5 [diff] |
xfs: factor out xfs_da_grow_inode_int xfs_da_grow_inode and xfs_dir2_grow_inode are mostly duplicate code. Factor the meat of those two functions into a new common helper. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>