linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve French <smfrench@gmail.com>
To: CIFS <linux-cifs@vger.kernel.org>
Subject: [PATCH][CIFS] Remove duplicated prototype
Date: Sat, 5 Jun 2021 15:35:40 -0500	[thread overview]
Message-ID: <CAH2r5msw+NW758zrjaqzUQ3unA5pbNxpu3b6quAg0gndn1_BXQ@mail.gmail.com> (raw)

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

trivial patch merged into cifs-2.6.git for-next

-- 
Thanks,

Steve

[-- Attachment #2: 0001-cifs-remove-duplicated-prototype.patch --]
[-- Type: text/x-patch, Size: 969 bytes --]

From 431b9c158cb1e1ed906871f82fef09c0af7299db Mon Sep 17 00:00:00 2001
From: Steve French <stfrench@microsoft.com>
Date: Sat, 5 Jun 2021 15:33:00 -0500
Subject: [PATCH] cifs: remove duplicated prototype

smb2_find_smb_ses was defined twice in smb2proto.h

Signed-off-by: Steve French <stfrench@microsoft.com>
---
 fs/cifs/smb2proto.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h
index a5f87b02cfaf..4152077e3c07 100644
--- a/fs/cifs/smb2proto.h
+++ b/fs/cifs/smb2proto.h
@@ -64,8 +64,6 @@ extern void smb2_echo_request(struct work_struct *work);
 extern __le32 smb2_get_lease_state(struct cifsInodeInfo *cinode);
 extern bool smb2_is_valid_oplock_break(char *buffer,
 				       struct TCP_Server_Info *srv);
-extern struct cifs_ses *smb2_find_smb_ses(struct TCP_Server_Info *server,
-					  __u64 ses_id);
 extern int smb3_handle_read_data(struct TCP_Server_Info *server,
 				 struct mid_q_entry *mid);
 
-- 
2.30.2


                 reply	other threads:[~2021-06-05 20:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAH2r5msw+NW758zrjaqzUQ3unA5pbNxpu3b6quAg0gndn1_BXQ@mail.gmail.com \
    --to=smfrench@gmail.com \
    --cc=linux-cifs@vger.kernel.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 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).