mirror of
https://github.com/systemd/systemd.git
synced 2024-12-27 07:22:31 +03:00
dissect: insert missing space
This commit is contained in:
parent
c173be0d4c
commit
b9541abdb9
@ -2795,7 +2795,7 @@ static int verity_partition(
|
||||
return log_debug_errno(r, "Failed to activate verity device %s: %m", node);
|
||||
|
||||
check:
|
||||
if (!restore_deferred_remove){
|
||||
if (!restore_deferred_remove) {
|
||||
/* To avoid races, disable automatic removal on umount while setting up the new device. Restore it on failure. */
|
||||
r = dm_deferred_remove_cancel(name);
|
||||
/* -EBUSY and -ENXIO: the device has already been removed or being removed. We cannot
|
||||
|
Loading…
Reference in New Issue
Block a user