Skip to content
Commit cfd278c2 authored by NeilBrown's avatar NeilBrown Committed by Trond Myklebust
Browse files

NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.



Various places assume that if nfs4_fl_prepare_ds() turns a non-NULL 'ds',
then ds->ds_clp will also be non-NULL.

This is not necessasrily true in the case when the process received a fatal signal
while nfs4_pnfs_ds_connect is waiting in nfs4_wait_ds_connect().
In that case ->ds_clp may not be set, and the devid may not recently have been marked
unavailable.

So add a test for ds_clp == NULL and return NULL in that case.

Fixes: c23266d5 ("NFS4.1 Fix data server connection race")
Signed-off-by: default avatarNeilBrown <neilb@suse.com>
Acked-by: default avatarOlga Kornievskaia <aglo@umich.edu>
Acked-by: default avatarAdamson, Andy <William.Adamson@netapp.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 1c48cee8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment