commit | c4cf1acdb186436b88cc9aeaf08322bc49fec183 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Apr 20 15:09:05 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Apr 25 09:40:42 2017 -0700 |
tree | 182b16a4ff2cb81bf720e4d7d2666fa4851cee60 | |
parent | 20e8a063786050083fe05b4f45be338c60b49126 [diff] |
xfs: better log intent item refcount checking Use ASSERTs on the log intent item refcounts so that we fail noisily if anyone tries to double-free the item. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>