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

Commit d8c840a9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 7cc55261 48f4b1d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1548,9 +1548,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;