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

Improve some calls around UUID #4358

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from
Open

Commits on May 24, 2024

  1. inode.c: do not call uuid_compare() to test for root if it doesn't st…

    …art with zero's
    
    uuid_compare (https://github.com/cloudbase/libuuid/blob/master/compare.c ) can be skipped,
    if the UUID doesn't start with all zero's.
    
    Updates: gluster#1000
    Signed-off-by: Yaniv Kaul <[email protected]>
    mykaul committed May 24, 2024
    Configuration menu
    Copy the full SHA
    32ca388 View commit details
    Browse the repository at this point in the history
  2. posix_handle_gfid_path(): call uuid_utoa() only if needed.

    Updates: gluster#1000
    Signed-off-by: Yaniv Kaul <[email protected]>
    mykaul committed May 24, 2024
    Configuration menu
    Copy the full SHA
    48e2919 View commit details
    Browse the repository at this point in the history