for (i = 0; i < nr; i++) {
- next = alloc_pl();
+ next = alloc_pl(GFP_KERNEL);
if (!next) {
if (pl)
drop_pages(pl);
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
05-25-2011, 05:50 PM
Joe Thornber
dm-kcopyd: Introduce gfp flags for alloc_pl
Thanks Mikulas,
I've reviewed and tested these 4 patches.
- Joe
On Wed, 2011-05-25 at 12:47 -0400, Mikulas Patocka wrote:
> dm-kcopyd: Introduce gfp flags for alloc_pl
>
> It will be used in further patches.
>
> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel