Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-4461

bad test in mdt_seq_fini_cli()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.6.0
    • Lustre 2.6.0
    • 3
    • 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;
      }
      

      Attachments

        Activity

          People

            jhammond John Hammond
            jhammond John Hammond
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: