All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH djwong-xfs] xfs: xfs_fsmap_from_internal can be static
Date: Fri, 02 Oct 2020 17:12:49 +0800	[thread overview]
Message-ID: <20201002091249.GA8719@02a89601a444> (raw)
In-Reply-To: <202010021713.AA889qRH-lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]


Signed-off-by: kernel test robot <lkp@intel.com>
---
 xfs_fsmap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/xfs_fsmap.c b/fs/xfs/xfs_fsmap.c
index 3f2666c62a605d..f9c06aa9c7760b 100644
--- a/fs/xfs/xfs_fsmap.c
+++ b/fs/xfs/xfs_fsmap.c
@@ -26,7 +26,7 @@
 #include "xfs_rtalloc.h"
 
 /* Convert an xfs_fsmap to an fsmap. */
-void
+static void
 xfs_fsmap_from_internal(
 	struct fsmap		*dest,
 	struct xfs_fsmap	*src)

      reply	other threads:[~2020-10-02  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-02  9:12 [djwong-xfs:getfsmap-cleanups-5.10 105/105] fs/xfs/xfs_fsmap.c:30:1: sparse: sparse: symbol 'xfs_fsmap_from_internal' was not declared. Should it be kernel test robot
2020-10-02  9:12 ` kernel 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=20201002091249.GA8719@02a89601a444 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.