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

          [LU-4461] bad test in mdt_seq_fini_cli()

          Patch landed to Master.

          jlevi Jodi Levi (Inactive) added a comment - Patch landed to Master.
          jhammond John Hammond added a comment - Please see http://review.whamcloud.com/8786 .

          People

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

            Dates

              Created:
              Updated:
              Resolved: