prepare-root: Drop unused verity flag querying
authorColin Walters <walters@verbum.org>
Tue, 11 Jul 2023 22:02:51 +0000 (18:02 -0400)
committerColin 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

index a7dcc9dece50b4e4f7cf34397364247caaf990da..7419a24c6de2e8eeabbcca58a3aa05be642de3e7 100644 (file)
 
 #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)