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

move IT_* definitions to lustre_idl.h

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • Lustre 2.8.0
    • Lustre 2.8.0
    • None
    • 3
    • 9223372036854775807

    Description

      The IT_* definitions (e.g. IT_OPEN, IT_CREAT, etc) in include/obd.h are actually packed into ldlm_intent on the wire and are part of the network protocol (despite the incorrect comment there that they need to match with include/linux/namei.h.

      These values should be moved (without changing the values!) into lustre_idl.h as a named enum with explicit 0x000n style assignments (see e.g. enum lfsck_event_flags, and then struct lookup_intent->it_op should be changed to use that enum. They also need to be explicitly checked in wirecheck.c and then wiretest.c should be regenerated using "make -c lustre/utils newwiretest" and the resulting files verified that they only add the new fields with the correct values.

      Attachments

        Issue Links

          Activity

            [LU-6746] move IT_* definitions to lustre_idl.h

            Landed for 2.8.

            jgmitter Joseph Gmitter (Inactive) added a comment - Landed for 2.8.

            Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/16228/
            Subject: LU-6746 ptlrpc: Move IT_* definitions to lustre_idl.h
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: 9ea40a338c6e58a59792df56f963e58afced4e26

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/16228/ Subject: LU-6746 ptlrpc: Move IT_* definitions to lustre_idl.h Project: fs/lustre-release Branch: master Current Patch Set: Commit: 9ea40a338c6e58a59792df56f963e58afced4e26

            Ben Evans (bevans@cray.com) uploaded a new patch: http://review.whamcloud.com/16228
            Subject: LU-6746 ptlrpc: Move IT_* definitions to lustre_idl.h
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: f27fce9292b95c889352c0ca9414d6a23bc14c9f

            gerrit Gerrit Updater added a comment - Ben Evans (bevans@cray.com) uploaded a new patch: http://review.whamcloud.com/16228 Subject: LU-6746 ptlrpc: Move IT_* definitions to lustre_idl.h Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: f27fce9292b95c889352c0ca9414d6a23bc14c9f

            This should also be fixed in the upstream kernel.

            adilger Andreas Dilger added a comment - This should also be fixed in the upstream kernel.

            People

              dmiter Dmitry Eremin (Inactive)
              adilger Andreas Dilger
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: