Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.9.0
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      In mdt_obd_connect() we dereference a "data" pointer and then check if it's not NULL which is strange.

              if ((data->ocd_connect_flags & OBD_CONNECT_MDS_MDS) &&
                  !(data->ocd_connect_flags & OBD_CONNECT_LIGHTWEIGHT)) {
                      atomic_inc(&mdt->mdt_mds_mds_conns);
                      mdt_enable_slc(mdt);
              }
      
              if (!test_bit(MDT_FL_SYNCED, &mdt->mdt_state) && data != NULL &&
      

      Attachments

        Issue Links

          Activity

            People

              yong.fan nasf (Inactive)
              green Oleg Drokin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: