commit | f997ee2137175f5b2bd7ced52acf1ca51f04f420 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:21 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:21 2016 -0700 |
tree | 541b4b069c0bfae742b59adce7052a21f423cd28 | |
parent | baf4bcacb715cebd412b2f4bb69989ef24496523 [diff] |
xfs: log refcount intent items Provide a mechanism for higher levels to create CUI/CUD items, submit them to the log, and a stub function to deal with recovered CUI items. These parts will be connected to the refcountbt in a later patch. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>