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

Misc. btrfs fixes #950

Merged
merged 3 commits into from
Jan 6, 2022
Merged

Commits on Jan 5, 2022

  1. udiskslinuxfilesystembtrfs: Trigger explicit uevent on added/removed …

    …volume
    
    The tests are expecting the freshly added or removed device to have
    up-to-date information and it makes sense to trigger explicit uevents
    on both the source and dest objects.
    tbzatek committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0a5f77b View commit details
    Browse the repository at this point in the history
  2. udisksstate: Remove udisks_state_check_sync()

    Unused nowadays, replaced by explicit cleanup by block device number
    and mutexes for cross-thread calls.
    tbzatek committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e7e53c9 View commit details
    Browse the repository at this point in the history
  3. btrfs: Fix completion of the GDBus method invocation handler

    Purely a cosmetic matter, no real code change.
    tbzatek committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    99c1693 View commit details
    Browse the repository at this point in the history