public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Ronnie Sahlberg <lsahlber@redhat.com>,
	linux-cifs <linux-cifs@vger.kernel.org>
Cc: kbuild-all@lists.01.org, Ronnie Sahlberg <lsahlber@redhat.com>
Subject: [RFC PATCH] cifs: smb1: CIFSSMBSetPathInfoFB() can be static
Date: Wed, 15 Jul 2020 09:11:50 +0800	[thread overview]
Message-ID: <20200715011150.GA63636@afa5041d19c2> (raw)
In-Reply-To: <20200714221805.3459-1-lsahlber@redhat.com>


Signed-off-by: kernel test robot <lkp@intel.com>
---
 cifssmb.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c
index eac525c1be5e9..c4420746fd3a1 100644
--- a/fs/cifs/cifssmb.c
+++ b/fs/cifs/cifssmb.c
@@ -5914,10 +5914,10 @@ CIFSSMBSetFileDisposition(const unsigned int xid, struct cifs_tcon *tcon,
 }
 
 int
-CIFSSMBSetPathInfoFB(const unsigned int xid, struct cifs_tcon *tcon,
-		     const char *fileName, const FILE_BASIC_INFO *data,
-		     const struct nls_table *nls_codepage,
-		     struct cifs_sb_info *cifs_sb)
+static CIFSSMBSetPathInfoFB(const unsigned int xid, struct cifs_tcon *tcon,
+			    const char *fileName, const FILE_BASIC_INFO *data,
+			    const struct nls_table *nls_codepage,
+			    struct cifs_sb_info *cifs_sb)
 {
 	int oplock = 0;
 	struct cifs_open_parms oparms;

  parent reply	other threads:[~2020-07-15  1:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-14 22:18 [PATCH] cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails Ronnie Sahlberg
2020-07-15  1:11 ` kernel test robot
2020-07-15  1:11 ` kernel test robot [this message]
2020-07-15  1:24 ` kernel test robot
2020-07-15  4:17   ` Steve French
2020-07-16  1:16     ` Kenneth Dsouza

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=20200715011150.GA63636@afa5041d19c2 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=lsahlber@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