mem-hotplug: alloc new page from a nearest neighbor node when mem-offline
[deliverable/linux.git] / fs / f2fs / inline.c
index d411ab6c74832ec232b87618edc985c83779559b..ccea8735de593cdeb015e1b9c138bf437414a92d 100644 (file)
@@ -110,7 +110,8 @@ int f2fs_convert_inline_page(struct dnode_of_data *dn, struct page *page)
        struct f2fs_io_info fio = {
                .sbi = F2FS_I_SB(dn->inode),
                .type = DATA,
-               .rw = WRITE_SYNC | REQ_PRIO,
+               .op = REQ_OP_WRITE,
+               .op_flags = WRITE_SYNC | REQ_PRIO,
                .page = page,
                .encrypted_page = NULL,
        };
This page took 0.024661 seconds and 5 git commands to generate.