commit | 3f336c6fa17c2b3d14b3dd1bd6e64e9cc97b6359 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Dec 21 12:02:52 2010 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Tue Dec 21 12:02:52 2010 +1100 |
tree | 14bd6f82656ad71586b94b7851a7c748ce86de13 | |
parent | 1054794198e39103cb986618c4c10ec2252b7089 [diff] |
xfs: fact out common grant head/log tail verification code Factor repeated debug code out of grant head manipulation functions into a separate function. This removes ifdef DEBUG spagetti from the code and makes the code easier to follow. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>