Unverified Commit 4af9fc1a authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents ac4b00b3 593c8e9b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3078,9 +3078,6 @@ static int ext4_da_write_begin(struct file *file, struct address_space *mapping,
	if (!page)
		return -ENOMEM;

	/* In case writeback began while the page was unlocked */
	wait_for_stable_page(page);

#ifdef CONFIG_EXT4_FS_ENCRYPTION
	ret = ext4_block_write_begin(page, pos, len,
				     ext4_da_get_block_prep);