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

Remove LDLM_LOCK_* macros (and other LDLM cruft)

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Minor Minor
    • Lustre 2.17.0
    • None
    • None
    • 3
    • 9223372036854775807

      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) 

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

              Created:
              Updated:
              Resolved: