]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/nvdimm/blk.c
mwifiex: fixup error cases in mwifiex_add_virtual_intf()
[mirror_ubuntu-bionic-kernel.git] / drivers / nvdimm / blk.c
index 9faaa9694d8741adb64b5aae8754f44d24a01e13..822198a75e96a599a7c9c55e14f61164bf35ba77 100644 (file)
@@ -218,7 +218,8 @@ static blk_qc_t nd_blk_make_request(struct request_queue *q, struct bio *bio)
 }
 
 static int nsblk_rw_bytes(struct nd_namespace_common *ndns,
-               resource_size_t offset, void *iobuf, size_t n, int rw)
+               resource_size_t offset, void *iobuf, size_t n, int rw,
+               unsigned long flags)
 {
        struct nd_namespace_blk *nsblk = to_nd_namespace_blk(&ndns->dev);
        struct nd_blk_region *ndbr = to_ndbr(nsblk);