commit | c977eb1065612bf64e18c61437e290c22183add8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 23 07:11:41 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Apr 23 07:11:41 2014 +1000 |
tree | a9e9fea73c5d80cffaf5fe3fd8063a30fe364229 | |
parent | 8b90a33f476436ad6a49b7138d8a00ecbc62f9a6 [diff] |
xfs: split xfs_bmap_btalloc_nullfb Split xfs_bmap_btalloc_nullfb into one function for filestream allocations and one for everything else that share a few helpers. This dramatically simplifies the control flow. Signed-off-by: Christoph Hellwig <hch@lst.de>