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

Remove LDLM_LOCK_* macros (and other LDLM cruft)

    XMLWordPrintable

Details

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

    Description

      These macros simply reference their function counterparts.

      @@
      expression x;
      @@
      - LDLM_LOCK_PUT(x)
      + ldlm_lock_put(x)
      @@
      expression x;
      @@
      - LDLM_LOCK_RELEASE(x)
      + ldlm_lock_put(x)
      @@
      expression x;
      @@
      - LDLM_LOCK_GET(x)
      + ldlm_lock_get(x) 

      Attachments

        Issue Links

          Activity

            People

              timday Tim Day
              timday Tim Day
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: