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: subvolume: use BTRFS_IOC_SUBVOL_SYNC_WAIT for sync
This patch uses BTRFS_IOC_SUBVOL_SYNC_WAIT ioctl in subvolume sync
command before checking periodically and adds an option to not to
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
Signed-off-by: Sidong Yang <[email protected]>
0 commit comments