Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lustre: Correctly identify the IOCTL in case of failure. #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 15, 2023

  1. lustre: Correctly identify the IOCTL in case of failure.

    In case of failure returned by IOCTL, under
    lustre_mds_stat_by_fid() and lustre_mds_stat() the
    default case was printing the new IOCTL string regardless.
    This would be incorrect in case OLD IOCTL is called.
    This patch fixes the above issue, buy rechecking
    IOCTL in current use, assigning the correct string
    then calling DisplayLog() to print the string.
    
    Change-Id: I3d493b75f599aae7b7ba2815451a1ae8f534a282
    Signed-off-by: Arshad Hussain <[email protected]>
    arshad512 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6671563 View commit details
    Browse the repository at this point in the history