Loading fs_mgr/fs_mgr_verity.c +4 −4 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ int fs_mgr_setup_verity(struct fstab_rec *fstab) { // get the device mapper fd if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) { ERROR("Error opening device mapper (%s)", strerror(errno)); goto out;; goto out; } // create the device Loading Loading
fs_mgr/fs_mgr_verity.c +4 −4 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ int fs_mgr_setup_verity(struct fstab_rec *fstab) { // get the device mapper fd if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) { ERROR("Error opening device mapper (%s)", strerror(errno)); goto out;; goto out; } // create the device Loading