dm kcopyd: reserve fewer pages
[firefly-linux-kernel-4.4.55.git] / include / linux / dm-kcopyd.h
index 5db21631169567af72279f3d2fc65bec48c511ea..312513d4741a706cdf2377069e1f98c5fdd225fd 100644 (file)
@@ -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);
 
 /*