Skip to content

Commit fdf7b2a

Browse files
rostedtopsiff
authored andcommitted
xfs: remove unused trace event xfs_reflink_cow_enospc
mainline inclusion from mainline-v6.17-rc1 categroy: bugfix 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> (cherry picked from commit 75fe259) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent a268165 commit fdf7b2a

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
@@ -3516,7 +3516,6 @@ DEFINE_INODE_ERROR_EVENT(xfs_reflink_unshare_error);
35163516
/* copy on write */
35173517
DEFINE_INODE_IREC_EVENT(xfs_reflink_trim_around_shared);
35183518
DEFINE_INODE_IREC_EVENT(xfs_reflink_cow_found);
3519-
DEFINE_INODE_IREC_EVENT(xfs_reflink_cow_enospc);
35203519
DEFINE_INODE_IREC_EVENT(xfs_reflink_convert_cow);
35213520

35223521
DEFINE_SIMPLE_IO_EVENT(xfs_reflink_cancel_cow_range);

0 commit comments

Comments
 (0)