Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bd31750 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "f2fs: Fix data corruption issue observed with FBE"

parents 9d5acbbb 66e8b19d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1553,9 +1553,9 @@ static int f2fs_mpage_readpages(struct address_space *mapping,
				bio = NULL;
				goto set_error_page;
			}
		}
			if (bio_encrypted)
				fscrypt_set_ice_dun(inode, bio, dun);
		}
		if (bio_add_page(bio, page, blocksize, 0) < blocksize)
			goto submit_and_realloc;