commit | 43f5efc5b59db1b66e39fe9fdfc4ba6a27152afa | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Mar 23 10:10:00 2010 +1100 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:07 2010 -0500 |
tree | 100e2b49e622e6933d8f88e052076e23bd943ae1 | |
parent | e2a07812e93d4a51b1b1a6f15145a1634948db47 [diff] |
xfs: factor log item initialisation Each log item type does manual initialisation of the log item. Delayed logging introduces new fields that need initialisation, so factor all the open coded initialisation into a common function first. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>