Linux CIFS filesystem development
 help / color / mirror / Atom feed
From: Namjae Jeon <linkinjeon@kernel.org>
To: Henrique Carvalho <henrique.carvalho@suse.com>
Cc: linux-cifs@vger.kernel.org, sfrench@samba.org, metze@samba.org,
	 senozhatsky@chromium.org, tom@talpey.com, ematsumiya@suse.de
Subject: Re: [PATCH v2 06/11] smb: server: add shared transport helpers in preparation for QUIC
Date: Thu, 30 Apr 2026 07:24:44 +0900	[thread overview]
Message-ID: <CAKYAXd8FOiVgmMDaAP+AcUb_Msjf476ennF_5CUR++Shpw7StQ@mail.gmail.com> (raw)
In-Reply-To: <20260428155759.226368-2-henrique.carvalho@suse.com>

> diff --git a/fs/smb/server/transport.c b/fs/smb/server/transport.c
> new file mode 100644
> index 000000000000..0a99fb821e02
> --- /dev/null
> +++ b/fs/smb/server/transport.c
> @@ -0,0 +1,344 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> +
You have to also move the copyright here.

  reply	other threads:[~2026-04-29 22:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-28 15:57 [PATCH v2 05/11] smb: server: split interface management from TCP in preparation for QUIC Henrique Carvalho
2026-04-28 15:57 ` [PATCH v2 06/11] smb: server: add shared transport helpers " Henrique Carvalho
2026-04-29 22:24   ` Namjae Jeon [this message]
2026-04-28 15:57 ` [PATCH v2 07/11] smb: server: reuse common transport helpers in TCP transport Henrique Carvalho
2026-04-28 15:57 ` [PATCH v2 08/11] smb: server: add QUIC transport support Henrique Carvalho
2026-04-28 15:57 ` [PATCH v2 09/11] smb: server: refactor TCP transport definitions Henrique Carvalho
2026-04-28 15:57 ` [PATCH v2 10/11] smb: server: track TCP and QUIC listener state independently Henrique Carvalho

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=CAKYAXd8FOiVgmMDaAP+AcUb_Msjf476ennF_5CUR++Shpw7StQ@mail.gmail.com \
    --to=linkinjeon@kernel.org \
    --cc=ematsumiya@suse.de \
    --cc=henrique.carvalho@suse.com \
    --cc=linux-cifs@vger.kernel.org \
    --cc=metze@samba.org \
    --cc=senozhatsky@chromium.org \
    --cc=sfrench@samba.org \
    --cc=tom@talpey.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