Re: [PATCH] cifs: add missing initialization of server->req_lock

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2012/5/2 Jeff Layton <jlayton@xxxxxxxxxx>:
> Cc: Pavel Shilovsky <piastryyy@xxxxxxxxx>
> Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx>
> ---
>  fs/cifs/connect.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
> index f4d381e..18c5d52 100644
> --- a/fs/cifs/connect.c
> +++ b/fs/cifs/connect.c
> @@ -2183,6 +2183,7 @@ cifs_get_tcp_session(struct smb_vol *volume_info)
>        tcp_ses->session_estab = false;
>        tcp_ses->sequence_number = 0;
>        tcp_ses->lstrp = jiffies;
> +       spin_lock_init(&tcp_ses->req_lock);
>        INIT_LIST_HEAD(&tcp_ses->tcp_ses_list);
>        INIT_LIST_HEAD(&tcp_ses->smb_ses_list);
>        INIT_DELAYED_WORK(&tcp_ses->echo, cifs_echo_request);
> --
> 1.7.7.6
>

That's my fault. Thanks for fixing this!
Reviewed-by: Pavel Shilovsky <piastry@xxxxxxxxxxx>

-- 
Best regards,
Pavel Shilovsky.
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux