projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b738a9
)
prepare-root: Drop unused verity flag querying
author
Colin Walters
<walters@verbum.org>
Tue, 11 Jul 2023 22:02:51 +0000
(18:02 -0400)
committer
Colin Walters
<walters@verbum.org>
Wed, 12 Jul 2023 11:56:17 +0000
(07:56 -0400)
This logic got pushed down into libcomposefs.
src/switchroot/ostree-prepare-root.c
patch
|
blob
|
history
diff --git
a/src/switchroot/ostree-prepare-root.c
b/src/switchroot/ostree-prepare-root.c
index a7dcc9dece50b4e4f7cf34397364247caaf990da..7419a24c6de2e8eeabbcca58a3aa05be642de3e7 100644
(file)
--- a/
src/switchroot/ostree-prepare-root.c
+++ b/
src/switchroot/ostree-prepare-root.c
@@
-75,10
+75,6
@@
#include "otcore.h"
-/* We can't include both linux/fs.h and sys/mount.h, so define these directly */
-#define FS_VERITY_FL 0x00100000 /* Verity protected inode */
-#define FS_IOC_GETFLAGS _IOR ('f', 1, long)
-
#define OSTREE_PREPARE_ROOT_DEPLOYMENT_MSG \
SD_ID128_MAKE (71, 70, 33, 6a, 73, ba, 46, 01, ba, d3, 1a, f8, 88, aa, 0d, f7)