Skip to content

Commit 75fe259

Browse files
rostedtcmaiolino
authored andcommitted
xfs: remove unused trace event xfs_reflink_cow_enospc
The call to the event xfs_reflink_cow_enospc was removed when the COW handling was merged into xfs_file_iomap_begin_delay, but the trace event itself was not. Remove it. Fixes: db46e60 ("xfs: merge COW handling into xfs_file_iomap_begin_delay") Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
1 parent 2b74404 commit 75fe259

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/xfs/xfs_trace.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4181,7 +4181,6 @@ DEFINE_INODE_ERROR_EVENT(xfs_reflink_unshare_error);
41814181
/* copy on write */
41824182
DEFINE_INODE_IREC_EVENT(xfs_reflink_trim_around_shared);
41834183
DEFINE_INODE_IREC_EVENT(xfs_reflink_cow_found);
4184-
DEFINE_INODE_IREC_EVENT(xfs_reflink_cow_enospc);
41854184
DEFINE_INODE_IREC_EVENT(xfs_reflink_convert_cow);
41864185

41874186
DEFINE_SIMPLE_IO_EVENT(xfs_reflink_cancel_cow_range);

0 commit comments

Comments
 (0)