You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btrfs-progs: subvol sync: use SUBVOL_SYNC_WAIT ioctl for sync
Use SUBVOL_SYNC_WAIT ioctl for 'btrfs subvolume sync' command before
checking periodically and add an option to not use sync wait ioctl call
and force to check periodically. This patch calls a new function
wait_for_subvolume_sync() that calls BTRFS_IOC_SUBVOL_SYNC_WAIT for each
subvol.
Issue: #953
Pull-request: #989
Signed-off-by: Sidong Yang <[email protected]>
Signed-off-by: David Sterba <[email protected]>
0 commit comments