projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c173be0
)
dissect: insert missing space
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 24 Oct 2023 10:32:04 +0000
(19:32 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Thu, 26 Oct 2023 03:16:12 +0000
(12:16 +0900)
src/shared/dissect-image.c
patch
|
blob
|
history
diff --git
a/src/shared/dissect-image.c
b/src/shared/dissect-image.c
index aa81a4b9ba21b61d15ff777b55569284d50d62a1..0e1b76311300c41f30d825ecd63b0579e7ed417b 100644
(file)
--- a/
src/shared/dissect-image.c
+++ b/
src/shared/dissect-image.c
@@
-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