Merge "installd: change fsverity ioctl"
diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp
index a477707..0d50b9b 100644
--- a/cmds/installd/InstalldNativeService.cpp
+++ b/cmds/installd/InstalldNativeService.cpp
@@ -2362,8 +2362,8 @@
__u8 root_hash[64];
};
-#define FS_IOC_MEASURE_FSVERITY _IOW('f', 2733, struct fsverity_root_hash)
-#define FS_IOC_SET_FSVERITY _IOW('f', 2734, struct fsverity_set)
+#define FS_IOC_MEASURE_FSVERITY _IOW('f', 133, struct fsverity_root_hash)
+#define FS_IOC_SET_FSVERITY _IOW('f', 134, struct fsverity_set)
#define FSVERITY_FLAG_ENABLED 0x0001
#endif