[LU-4461] bad test in mdt_seq_fini_cli() Created: 09/Jan/14  Updated: 03/Jun/14  Resolved: 03/Jun/14

Status: Resolved
Project: Lustre
Component/s: None
Affects Version/s: Lustre 2.6.0
Fix Version/s: Lustre 2.6.0

Type: Bug Priority: Minor
Reporter: John Hammond Assignee: John Hammond
Resolution: Fixed Votes: 0
Labels: mdt

Severity: 3
Rank (Obsolete): 12227

 Description   

In mdt_seq_fini_cli() we we need to reverse the sense of the check on ss->ss_server_seq:

static void mdt_seq_fini_cli(struct mdt_device *mdt)
{
        struct seq_server_site *ss = mdt_seq_site(mdt);

        if (ss == NULL)
                return;

        if (ss->ss_server_seq == NULL)
                seq_server_set_cli(NULL, ss->ss_server_seq, NULL);

        return;
}


 Comments   
Comment by John Hammond [ 09/Jan/14 ]

Please see http://review.whamcloud.com/8786.

Comment by Jodi Levi (Inactive) [ 03/Jun/14 ]

Patch landed to Master.

Generated at Sat Feb 10 01:42:56 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.