]> Git Repo - linux.git/blobdiff - fs/f2fs/f2fs.h
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
[linux.git] / fs / f2fs / f2fs.h
index 9e8de18a168af67782254796eb13b75068421619..2cf4f7f09e322c86f22cc1f196e529ada4f599d4 100644 (file)
@@ -688,7 +688,7 @@ struct f2fs_io_info {
        struct f2fs_sb_info *sbi;       /* f2fs_sb_info pointer */
        enum page_type type;    /* contains DATA/NODE/META/META_FLUSH */
        int op;                 /* contains REQ_OP_ */
-       int op_flags;           /* rq_flag_bits */
+       int op_flags;           /* req_flag_bits */
        block_t new_blkaddr;    /* new block address to be written */
        block_t old_blkaddr;    /* old block address before Cow */
        struct page *page;      /* page to be written */
This page took 0.04397 seconds and 4 git commands to generate.