From: kbuild test robot <lkp@intel.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: kbuild-all@lists.01.org,
Andrew Morton <akpm@linux-foundation.org>,
Hans de Goede <hdegoede@redhat.com>,
Alexander Viro <viro@zeniv.linux.org.uk>,
David Howells <dhowells@redhat.com>,
Christoph Hellwig <hch@infradead.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-fsdevel@vger.kernel.org
Subject: [RFC PATCH] fs: vboxsf_parse_monolithic() can be static
Date: Sun, 13 Oct 2019 14:07:02 +0800 [thread overview]
Message-ID: <20191013060702.ll5koqqba5bh4ujc@332d0cec05f4> (raw)
In-Reply-To: <20191003180858.497928-2-hdegoede@redhat.com>
Fixes: 4de97a2666c6 ("fs: Add VirtualBox guest shared folder (vboxsf) support")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/vboxsf/super.c b/fs/vboxsf/super.c
index f53d5ce823c48..65363c4d49e55 100644
--- a/fs/vboxsf/super.c
+++ b/fs/vboxsf/super.c
@@ -379,7 +379,7 @@ static int vboxsf_setup(void)
return err;
}
-int vboxsf_parse_monolithic(struct fs_context *fc, void *data)
+static int vboxsf_parse_monolithic(struct fs_context *fc, void *data)
{
char *options = data;
prev parent reply other threads:[~2019-10-13 6:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-03 18:08 [PATCH v15 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support Hans de Goede
2019-10-03 18:08 ` [PATCH v15] " Hans de Goede
2019-10-13 6:06 ` kbuild test robot
2019-10-13 6:07 ` kbuild test robot [this message]
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=20191013060702.ll5koqqba5bh4ujc@332d0cec05f4 \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=dhowells@redhat.com \
--cc=gregkh@linuxfoundation.org \
--cc=hch@infradead.org \
--cc=hdegoede@redhat.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/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).