X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fdm-kcopyd.h;fp=include%2Flinux%2Fdm-kcopyd.h;h=312513d4741a706cdf2377069e1f98c5fdd225fd;hb=5f43ba2950414dc0abf4ac44c397d88069056746;hp=5db21631169567af72279f3d2fc65bec48c511ea;hpb=bda8efec5c706a672e0714d341a342e811f0262a;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/dm-kcopyd.h b/include/linux/dm-kcopyd.h index 5db216311695..312513d4741a 100644 --- a/include/linux/dm-kcopyd.h +++ b/include/linux/dm-kcopyd.h @@ -25,8 +25,7 @@ * To use kcopyd you must first create a dm_kcopyd_client object. */ struct dm_kcopyd_client; -int dm_kcopyd_client_create(unsigned num_pages, - struct dm_kcopyd_client **result); +int dm_kcopyd_client_create(struct dm_kcopyd_client **result); void dm_kcopyd_client_destroy(struct dm_kcopyd_client *kc); /*