From: Colin Walters Date: Tue, 11 Jul 2023 22:02:51 +0000 (-0400) Subject: prepare-root: Drop unused verity flag querying X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~9^2^2~59^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=18cc447230c2ed43d0834d771b03a8d41300c920;p=ostree.git prepare-root: Drop unused verity flag querying This logic got pushed down into libcomposefs. --- diff --git a/src/switchroot/ostree-prepare-root.c b/src/switchroot/ostree-prepare-root.c index a7dcc9de..7419a24c 100644 --- 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)