]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/dm-io.h
mm, vmscan: remove highmem_file_pages
[mirror_ubuntu-artful-kernel.git] / include / linux / dm-io.h
index a68cbe59e6ad190023e410cb32784b1fb6a67d2a..b91b023deffbb3ab035e3fbc0955f5393cde4027 100644 (file)
@@ -57,7 +57,8 @@ struct dm_io_notify {
  */
 struct dm_io_client;
 struct dm_io_request {
-       int bi_rw;                      /* READ|WRITE - not READA */
+       int bi_op;                      /* REQ_OP */
+       int bi_op_flags;                /* rq_flag_bits */
        struct dm_io_memory mem;        /* Memory to use for io */
        struct dm_io_notify notify;     /* Synchronous if notify.fn is NULL */
        struct dm_io_client *client;    /* Client memory handler */