commit | c54854a437a447a6bb1dcb11f60dd01cef3fa597 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Dec 10 18:03:54 2017 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Dec 14 09:20:11 2017 -0800 |
tree | 8ba0c9eb7da8a576b98db3ae4717dbf65a5e884d | |
parent | 8c57b88637d78a723e0854fc3d06c6d4c31a1e0c [diff] |
xfs: move xfs_iext_insert tracepoint to report useful information Move the tracepoint in xfs_iext_insert to after the point where we've inserted the extent because otherwise we report stale extent data in the ftrace output. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>