提交 4d978078 编写于 作者: J Jaegeuk Kim

f2fs: nullify fio->encrypted_page for each writes

This makes sure each write request has nullified encrypted_page pointer.
Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
上级 b9dd4618
......@@ -291,7 +291,6 @@ static int __commit_inmem_pages(struct inode *inode,
.type = DATA,
.op = REQ_OP_WRITE,
.op_flags = REQ_SYNC | REQ_PRIO,
.encrypted_page = NULL,
};
pgoff_t last_idx = ULONG_MAX;
int err = 0;
......@@ -312,6 +311,7 @@ static int __commit_inmem_pages(struct inode *inode,
fio.page = page;
fio.old_blkaddr = NULL_ADDR;
fio.encrypted_page = NULL;
err = do_write_data_page(&fio);
if (err) {
unlock_page(page);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册