aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2024-08-27 03:30:16 +0200
committerDavid Sterba <dsterba@suse.com>2024-09-10 16:51:19 +0200
commit06de42c5a98a28060b314589241cabcacc3c4ff8 (patch)
treedd886a45be8b0896be53a8d86808fff5d90883ca /fs/btrfs/inode.c
parent22b4ef50dc1d11376f09dd8e9e7cf18ef5ead48f (diff)
btrfs: rename __extent_writepage() and drop double underscores
The function does not follow the pattern where the underscores would be justified, so rename it. Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r--fs/btrfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 27aa67f135ff..efe75b03d5f1 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -747,7 +747,7 @@ static noinline int cow_file_range_inline(struct btrfs_inode *inode,
/*
* In the successful case (ret == 0 here), cow_file_range will return 1.
*
- * Quite a bit further up the callstack in __extent_writepage, ret == 1
+ * Quite a bit further up the callstack in extent_writepage(), ret == 1
* is treated as a short circuited success and does not unlock the folio,
* so we must do it here.
*