commit | ecb6928fcf969b302929f109e175981df1dba697 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Mar 04 12:59:55 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed Mar 09 08:23:47 2011 -0600 |
tree | 7cb8ecaa05615c3a1f445088e74ea89e896dfabe | |
parent | 86fa8af69d8e90b7b40b8dab84d168527143ae20 [diff] |
xfs: factor agf counter updates into a helper Updating the AGF and transactions counters is duplicated between allocating and freeing extents. Factor the code into a common helper. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>