lkml.org 
[lkml]   [2020]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.4 202/266] NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSION
    Date
    From: Olga Kornievskaia <olga.kornievskaia@gmail.com>

    [ Upstream commit 1c709b766e73e54d64b1dde1b7cfbcf25bcb15b9 ]

    Fixes: 02a95dee8cf0 ("NFS add callback_ops to nfs4_proc_bind_conn_to_session_callback")
    Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
    Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    fs/nfs/nfs4proc.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
    index e257653f25ab..33c17c69aeaa 100644
    --- a/fs/nfs/nfs4proc.c
    +++ b/fs/nfs/nfs4proc.c
    @@ -7870,7 +7870,7 @@ nfs4_bind_one_conn_to_session_done(struct rpc_task *task, void *calldata)
    }

    static const struct rpc_call_ops nfs4_bind_one_conn_to_session_ops = {
    - .rpc_call_done = &nfs4_bind_one_conn_to_session_done,
    + .rpc_call_done = nfs4_bind_one_conn_to_session_done,
    };

    /*
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-06-18 03:24    [W:5.552 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site