public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 9/9] bcachefs: Modify mismatched function name
@ 2023-09-14  9:04 Jiapeng Chong
  2023-09-14  9:04 ` [PATCH 1/9] " Jiapeng Chong
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jiapeng Chong @ 2023-09-14  9:04 UTC (permalink / raw)
  To: kent.overstreet
  Cc: bfoster, linux-bcachefs, linux-kernel, Jiapeng Chong, Abaci Robot

No functional modification involved.

fs/bcachefs/alloc_foreground.c:514: warning: expecting prototype for bch_bucket_alloc(). Prototype was for bch2_bucket_alloc_trans() instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6584
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 fs/bcachefs/alloc_foreground.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/bcachefs/alloc_foreground.c b/fs/bcachefs/alloc_foreground.c
index e02749ddc362..10a7979707ef 100644
--- a/fs/bcachefs/alloc_foreground.c
+++ b/fs/bcachefs/alloc_foreground.c
@@ -502,7 +502,7 @@ static struct open_bucket *bch2_bucket_alloc_freelist(struct btree_trans *trans,
 }
 
 /**
- * bch_bucket_alloc - allocate a single bucket from a specific device
+ * bch2_bucket_alloc_trans - allocate a single bucket from a specific device
  *
  * Returns index of bucket on success, 0 on failure
  */
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-09-14 19:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14  9:04 [PATCH 9/9] bcachefs: Modify mismatched function name Jiapeng Chong
2023-09-14  9:04 ` [PATCH 1/9] " Jiapeng Chong
2023-09-14  9:04 ` [PATCH 2/9] " Jiapeng Chong
2023-09-14  9:04 ` [PATCH 3/9] " Jiapeng Chong
2023-09-14  9:04 ` [PATCH 4/9] " Jiapeng Chong
2023-09-14  9:04 ` [PATCH 5/9] " Jiapeng Chong
2023-09-14  9:04 ` [PATCH 6/9] " Jiapeng Chong
2023-09-14  9:04 ` [PATCH 7/9] " Jiapeng Chong
2023-09-14  9:04 ` [PATCH 8/9] " Jiapeng Chong
2023-09-14 12:18 ` [PATCH 9/9] " Brian Foster
2023-09-14 19:49 ` Kent Overstreet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox