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

nodmap_storage dt_trans_create() error handling

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      In nodemap_storage.c we have several cases of the following which will GPF if dt_trans_create() fails:

              th = dt_trans_create(env, dev);
      
              if (IS_ERR(th))
                      GOTO(out, rc = PTR_ERR(th));
      
              /* ... */
      out:
              dt_trans_stop(env, dev, th);
      

      Attachments

        Activity

          People

            wc-triage WC Triage
            jhammond John Hammond
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: