xfs: convert log grant heads to atomic variables
authorDave Chinner <dchinner@redhat.com>
Fri, 3 Dec 2010 13:02:40 +0000 (00:02 +1100)
committerDave Chinner <david@fromorbit.com>
Fri, 3 Dec 2010 13:02:40 +0000 (00:02 +1100)
Convert the log grant heads to atomic64_t types in preparation for
converting the accounting algorithms to atomic operations. his patch
just converts the variables; the algorithmic changes are in a
separate patch for clarity.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>

No differences found