commit | 4218a9554653bd5be6e3c740749282b57434bd73 | [log] [tgz] |
---|---|---|
author | Damien Le Moal <damien.lemoal@wdc.com> | Mon Jul 24 16:44:37 2017 +0900 |
committer | Mike Snitzer <snitzer@redhat.com> | Wed Jul 26 15:55:43 2017 -0400 |
tree | d7099f78e95199bfcea6b6e6f6b29f3b10191f46 | |
parent | edbe9597aca2e2601e6e152bdea200b6cf1b8b47 [diff] |
dm zoned: use GFP_NOIO in I/O path Use GFP_NOIO for memory allocations in the I/O path. Other memory allocations in the initialization path can use GFP_KERNEL. Reported-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Reviewed-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>