[PATCH] bcachefs: remove unneeded semicolon

2024-04-14 Thread Jiapeng Chong
No functional modification involved. ./fs/bcachefs/super.c:1128:59-60: Unneeded semicolon. ./fs/bcachefs/super.c:1133:59-60: Unneeded semicolon. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8755 Signed-off-by: Jiapeng Chong --- fs/bcachefs/super.c | 4

[PATCH] bcachefs: Remove unused function

2024-02-25 Thread Jiapeng Chong
Signed-off-by: Jiapeng Chong --- fs/bcachefs/journal_io.c | 5 - 1 file changed, 5 deletions(-) diff --git a/fs/bcachefs/journal_io.c b/fs/bcachefs/journal_io.c index f9e5b100a9da..ee5c53cc58d0 100644 --- a/fs/bcachefs/journal_io.c +++ b/fs/bcachefs/journal_io.c @@ -1589,11 +1589,6 @@ s

[PATCH] bcachefs: make __bch2_read_super static

2023-11-21 Thread Jiapeng Chong
: Jiapeng Chong --- fs/bcachefs/super-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/bcachefs/super-io.c b/fs/bcachefs/super-io.c index f90fc7a4c26f..e78270e82fa8 100644 --- a/fs/bcachefs/super-io.c +++ b/fs/bcachefs/super-io.c @@ -658,7 +658,7 @@ static int read_one_super

[PATCH] bcachefs: Remove the unused variable journal_flags

2023-11-14 Thread Jiapeng Chong
Variable journal_flags is not effectively used, so delete it. fs/bcachefs/btree_update_interior.c:1057:11: warning: variable 'journal_flags' set but not used. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7559 Signed-off-by: Jiapeng Chong --- f

[PATCH] bcachefs: clean up some inconsistent indenting

2023-11-08 Thread Jiapeng Chong
No functional modification involved. fs/bcachefs/journal_io.c:1832 bch2_journal_write_pick_flush() warn: inconsistent indenting. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7207 Signed-off-by: Jiapeng Chong --- fs/bcachefs/journal_io.c | 11 --- 1

[PATCH] bcachefs: make bch2_target_to_text_sb static

2023-11-05 Thread Jiapeng Chong
Signed-off-by: Jiapeng Chong --- fs/bcachefs/disk_groups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/bcachefs/disk_groups.c b/fs/bcachefs/disk_groups.c index d613695abf9f..1f334124055b 100644 --- a/fs/bcachefs/disk_groups.c +++ b/fs/bcachefs/disk_groups.c @@ -580,7

[PATCH 7/9] bcachefs: Modify mismatched function name

2023-09-14 Thread Jiapeng Chong
No functional modification involved. fs/bcachefs/bset.c:1314: warning: expecting prototype for bch_btree_node_iter_init(). Prototype was for bch2_btree_node_iter_init() instead. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6582 Signed-off-by: Jiapeng Chong

[PATCH 8/9] bcachefs: Modify mismatched function name

2023-09-14 Thread Jiapeng Chong
No functional modification involved. fs/bcachefs/btree_cache.c:932: warning: expecting prototype for bch_btree_node_get(). Prototype was for bch2_btree_node_get() instead. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6583 Signed-off-by: Jiapeng Chong --- fs

[PATCH 2/9] bcachefs: Modify mismatched function name

2023-09-14 Thread Jiapeng Chong
No functional modification involved. fs/bcachefs/journal_io.c:1387: warning: expecting prototype for journal_next_bucket(). Prototype was for journal_write_alloc() instead. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6577 Signed-off-by: Jiapeng Chong

[PATCH 6/9] bcachefs: Modify mismatched function name

2023-09-14 Thread Jiapeng Chong
No functional modification involved. fs/bcachefs/btree_iter.c:2055: warning: expecting prototype for bch2_btree_iter_peek(). Prototype was for bch2_btree_iter_peek_upto() instead. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6581 Signed-off-by: Jiapeng Chong

[PATCH 3/9] bcachefs: Modify mismatched function name

2023-09-14 Thread Jiapeng Chong
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6578 Signed-off-by: Jiapeng Chong --- fs/bcachefs/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/bcachefs/io.c b/fs/bcachefs/io.c index 3c614c864b6e..cd14a6d87e2b 100644 --- a/fs/bcachefs/io.c +++ b/fs/bcachefs

[PATCH 4/9] bcachefs: Modify mismatched function name

2023-09-14 Thread Jiapeng Chong
(). Prototype was for bch2_btree_node_rewrite() instead. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6579 Signed-off-by: Jiapeng Chong --- fs/bcachefs/btree_update_interior.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/bcachefs

[PATCH 5/9] bcachefs: Modify mismatched function name

2023-09-14 Thread Jiapeng Chong
No functional modification involved. fs/bcachefs/btree_trans_commit.c:223: warning: expecting prototype for btree_insert_key(). Prototype was for bch2_btree_insert_key_leaf() instead. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6580 Signed-off-by: Jiapeng

[PATCH 1/9] bcachefs: Modify mismatched function name

2023-09-14 Thread Jiapeng Chong
No functional modification involved. fs/bcachefs/journal_reclaim.c:600: warning: expecting prototype for bch2_journal_reclaim(). Prototype was for __bch2_journal_reclaim() instead. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6576 Signed-off-by: Jiapeng Chong

[PATCH 9/9] bcachefs: Modify mismatched function name

2023-09-14 Thread Jiapeng Chong
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 Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6584 Signed-off-by: Jiapeng Chong

[PATCH] bcachefs: Remove duplicate include

2023-09-13 Thread Jiapeng Chong
./fs/bcachefs/btree_update.h: journal.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6573 Signed-off-by: Jiapeng Chong --- fs/bcachefs/btree_update.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/bcachefs/btree_update.h b