From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, jaegeuk@kernel.org,
linux-f2fs-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org, chao@kernel.org,
Chao Yu <yuchao0@huawei.com>
Subject: [RFC PATCH] f2fs: load_nat_block() can be static
Date: Sun, 22 Apr 2018 14:31:09 +0800 [thread overview]
Message-ID: <20180422063109.GA10531@lkp-wsm-ep2> (raw)
In-Reply-To: <20180420015231.90679-1-yuchao0@huawei.com>
Fixes: c20dcf3ce26e ("f2fs: sepearte hot/cold in free nid")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
node.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c
index fa09baa..ff9b682 100644
--- a/fs/f2fs/node.c
+++ b/fs/f2fs/node.c
@@ -2031,7 +2031,7 @@ static void scan_free_nid_bits(struct f2fs_sb_info *sbi, enum nid_state state)
up_read(&nm_i->nat_tree_lock);
}
-void load_nat_block(struct f2fs_sb_info *sbi, enum nid_state state)
+static void load_nat_block(struct f2fs_sb_info *sbi, enum nid_state state)
{
struct f2fs_nm_info *nm_i = NM_I(sbi);
unsigned int nat_ofs;
next prev parent reply other threads:[~2018-04-22 6:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-20 1:52 [PATCH] f2fs: sepearte hot/cold in free nid Chao Yu
2018-04-20 2:30 ` [f2fs-dev] " heyunlei
2018-04-20 3:14 ` Chao Yu
2018-04-20 3:37 ` Jaegeuk Kim
2018-04-20 4:04 ` Chao Yu
2018-04-20 9:35 ` Chao Yu
2018-04-23 14:49 ` Jaegeuk Kim
2018-04-23 14:53 ` Chao Yu
2018-04-22 6:31 ` kbuild test robot [this message]
2018-04-22 6:31 ` kbuild test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180422063109.GA10531@lkp-wsm-ep2 \
--to=lkp@intel.com \
--cc=chao@kernel.org \
--cc=jaegeuk@kernel.org \
--cc=kbuild-all@01.org \
--cc=linux-f2fs-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=yuchao0@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).