Skip to content

Commit d41ca44

Browse files
committed
netfs: Miscellaneous tidy ups
Do a couple of miscellaneous tidy ups: (1) Add a qualifier into a file banner comment. (2) Put the writeback folio traces back into alphabetical order. (3) Remove some unused folio traces. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> cc: netfs@lists.linux.dev cc: linux-fsdevel@vger.kernel.org
1 parent c245868 commit d41ca44

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

fs/netfs/buffered_write.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
2-
/* Network filesystem high-level write support.
2+
/* Network filesystem high-level buffered write support.
33
*
44
* Copyright (C) 2023 Red Hat, Inc. All Rights Reserved.
55
* Written by David Howells (dhowells@redhat.com)

include/trace/events/netfs.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,9 @@
141141
EM(netfs_folio_trace_cancel_copy, "cancel-copy") \
142142
EM(netfs_folio_trace_clear, "clear") \
143143
EM(netfs_folio_trace_clear_cc, "clear-cc") \
144-
EM(netfs_folio_trace_clear_s, "clear-s") \
145144
EM(netfs_folio_trace_clear_g, "clear-g") \
146-
EM(netfs_folio_trace_copy, "copy") \
147-
EM(netfs_folio_trace_copy_plus, "copy+") \
145+
EM(netfs_folio_trace_clear_s, "clear-s") \
148146
EM(netfs_folio_trace_copy_to_cache, "mark-copy") \
149-
EM(netfs_folio_trace_end_copy, "end-copy") \
150147
EM(netfs_folio_trace_filled_gaps, "filled-gaps") \
151148
EM(netfs_folio_trace_kill, "kill") \
152149
EM(netfs_folio_trace_kill_cc, "kill-cc") \
@@ -156,7 +153,6 @@
156153
EM(netfs_folio_trace_mkwrite_plus, "mkwrite+") \
157154
EM(netfs_folio_trace_not_under_wback, "!wback") \
158155
EM(netfs_folio_trace_read_gaps, "read-gaps") \
159-
EM(netfs_folio_trace_redirty, "redirty") \
160156
EM(netfs_folio_trace_redirtied, "redirtied") \
161157
EM(netfs_folio_trace_store, "store") \
162158
EM(netfs_folio_trace_store_copy, "store-copy") \

0 commit comments

Comments
 (0)