Skip to content

Commit

Permalink
prepare-root: Drop unused verity flag querying
Browse files Browse the repository at this point in the history
This logic got pushed down into libcomposefs.
  • Loading branch information
cgwalters committed Jul 11, 2023
1 parent 5d08853 commit 0131ff2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/switchroot/ostree-prepare-root.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0131ff2

Please sign in to comment.