aboutsummaryrefslogtreecommitdiff
path: root/fs/netfs
diff options
context:
space:
mode:
authorGravatar David Howells <dhowells@redhat.com> 2024-03-18 20:14:32 +0000
committerGravatar David Howells <dhowells@redhat.com> 2024-05-01 18:07:38 +0100
commitd41ca44c20c3578154f30b07aa85ed4a951f34ab (patch)
tree4cf765ea4b6a65f283cea7ad314849743d93994a /fs/netfs
parentnetfs: Remove the old writeback code (diff)
downloadlinux-d41ca44c20c3578154f30b07aa85ed4a951f34ab.tar.gz
linux-d41ca44c20c3578154f30b07aa85ed4a951f34ab.tar.bz2
linux-d41ca44c20c3578154f30b07aa85ed4a951f34ab.zip
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
Diffstat (limited to 'fs/netfs')
-rw-r--r--fs/netfs/buffered_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/netfs/buffered_write.c b/fs/netfs/buffered_write.c
index b21d331eaa1e..825e6632ee4f 100644
--- a/fs/netfs/buffered_write.c
+++ b/fs/netfs/buffered_write.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
-/* Network filesystem high-level write support.
+/* Network filesystem high-level buffered write support.
*
* Copyright (C) 2023 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)