[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20231122022627.53229-1-jiapeng.chong@linux.alibaba.com>
Date: Wed, 22 Nov 2023 10:26:27 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: kent.overstreet@...ux.dev
Cc: bfoster@...hat.com, linux-bcachefs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH] bcachefs: make __bch2_read_super static
The __bch2_read_super are not used outside the file super-io.c,
so the modification is defined as static.
fs/bcachefs/super-io.c:661:5: warning: no previous prototype for ‘__bch2_read_super’.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7604
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
---
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(struct bch_sb_handle *sb, u64 offset, struct printbuf
return 0;
}
-int __bch2_read_super(const char *path, struct bch_opts *opts,
+static int __bch2_read_super(const char *path, struct bch_opts *opts,
struct bch_sb_handle *sb, bool ignore_notbchfs_msg)
{
u64 offset = opt_get(*opts, sb);
--
2.20.1.7.g153144c
Powered by blists - more mailing lists