diff options
| author | David Howells <[email protected]> | 2024-03-18 20:14:32 +0000 |
|---|---|---|
| committer | David Howells <[email protected]> | 2024-05-01 17:07:38 +0000 |
| commit | d41ca44c20c3578154f30b07aa85ed4a951f34ab (patch) | |
| tree | 4cf765ea4b6a65f283cea7ad314849743d93994a /fs/netfs/buffered_write.c | |
| parent | netfs: Remove the old writeback code (diff) | |
| download | kernel-d41ca44c20c3578154f30b07aa85ed4a951f34ab.tar.gz kernel-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 <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
cc: [email protected]
cc: [email protected]
Diffstat (limited to 'fs/netfs/buffered_write.c')
| -rw-r--r-- | fs/netfs/buffered_write.c | 2 |
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 ([email protected]) |
