]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: fix up inode cowblocks tracking tracepoints
authorBrian Foster <bfoster@redhat.com>
Mon, 24 Oct 2016 03:21:00 +0000 (14:21 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 24 Oct 2016 03:21:00 +0000 (14:21 +1100)
commitb9c670c003dd6af9c2eabc31c6ebfd4f17a0cc87
treeeb9ec1c3801be214d240bc30a22717ec1efa6777
parent11f95cd63a4e296aaade3f17429e745d2e424403
xfs: fix up inode cowblocks tracking tracepoints

These calls are still using the eofblocks tracepoints. The cowblocks
equivalents are already defined, we just aren't actually calling them.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_icache.c