]> Git Repo - linux.git/blobdiff - fs/f2fs/inline.c
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
[linux.git] / fs / f2fs / inline.c
index 8322e4e7bb3fc432aabc8067b7ab459274c6d326..90e38d8ea68881778c7835231e5ac5dfd27f46b5 100644 (file)
@@ -112,6 +112,7 @@ int f2fs_convert_inline_page(struct dnode_of_data *dn, struct page *page)
 {
        struct f2fs_io_info fio = {
                .sbi = F2FS_I_SB(dn->inode),
+               .ino = dn->inode->i_ino,
                .type = DATA,
                .op = REQ_OP_WRITE,
                .op_flags = REQ_SYNC | REQ_PRIO,
This page took 0.029011 seconds and 4 git commands to generate.