From: kbuild test robot <lkp@intel.com>
To: Miklos Szeredi <mszeredi@redhat.com>
Cc: kbuild-all@01.org, linux-unionfs@vger.kernel.org
Subject: [RFC PATCH miklos-vfs] ovl: ovl_ioctl() can be static
Date: Fri, 13 Apr 2018 00:13:09 +0800 [thread overview]
Message-ID: <20180412161309.GA68367@lkp-sb-ep06> (raw)
In-Reply-To: <201804130058.N6wp9opo%fengguang.wu@intel.com>
Fixes: f8395fc9f072 ("ovl: readd lsattr/chattr support")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/overlayfs/file.c b/fs/overlayfs/file.c
index 24674cf..a8e8a1d 100644
--- a/fs/overlayfs/file.c
+++ b/fs/overlayfs/file.c
@@ -312,7 +312,7 @@ static long ovl_real_ioctl(struct file *file, unsigned int cmd,
return ret;
}
-long ovl_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
+static long ovl_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
{
long ret;
struct inode *inode = file_inode(file);
prev parent reply other threads:[~2018-04-12 16:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-12 16:13 [miklos-vfs:overlayfs-rorw 35/54] fs/overlayfs/file.c:315:6: sparse: symbol 'ovl_ioctl' was not declared. Should it be static? kbuild test robot
2018-04-12 16:13 ` 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=20180412161309.GA68367@lkp-sb-ep06 \
--to=lkp@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-unionfs@vger.kernel.org \
--cc=mszeredi@redhat.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