lkml.org 
[lkml]   [2017]   [Oct]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[Patch v4 10/22] CIFS: SMBD: Upper layer destroys SMBDirect session on shutdown or umount
    Date
    From: Long Li <longli@microsoft.com>

    When CIFS wants to umount, call shutdown on transport when SMBDirect is used.

    Signed-off-by: Long Li <longli@microsoft.com>
    ---
    fs/cifs/connect.c | 5 +++++
    1 file changed, 5 insertions(+)

    diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
    index 26ad706..1a9f22f 100644
    --- a/fs/cifs/connect.c
    +++ b/fs/cifs/connect.c
    @@ -704,6 +704,11 @@ static void clean_demultiplex_info(struct TCP_Server_Info *server)
    /* give those requests time to exit */
    msleep(125);

    + if (server->smbd_conn) {
    + smbd_destroy(server->smbd_conn);
    + server->smbd_conn = NULL;
    + }
    +
    if (server->ssocket) {
    sock_release(server->ssocket);
    server->ssocket = NULL;
    --
    2.7.4
    \
     
     \ /
      Last update: 2017-10-02 04:36    [W:2.243 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site