summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorLi Chen <me@linux.beauty>2026-06-30 17:23:30 +0800
committerMichael S. Tsirkin <mst@redhat.com>2026-08-03 23:08:18 -0400
commit5ba542f94526fcc38efa4dff7cde93caa0ff5e0e (patch)
treedf9f9d4f845ad4ce01fd5a2f28465780e9b314f5 /scripts/Makefile.thinlto
parentd330252c32cfaf8ace0d7f93aaa25f0c4f3698ca (diff)
downloadlinux-next-5ba542f94526fcc38efa4dff7cde93caa0ff5e0e.tar.gz
linux-next-5ba542f94526fcc38efa4dff7cde93caa0ff5e0e.zip
nvdimm: virtio_pmem: use GFP_NOIO for flush requests
virtio_pmem_flush() can run from pmem_submit_bio() while filesystem IO is waiting on the flush completion. The request object allocation can sleep, but it should not enter filesystem or block IO reclaim from this flush path. Use GFP_NOIO for the request allocation. The virtqueue descriptor allocation still uses GFP_ATOMIC because it runs under pmem_lock. Signed-off-by: Li Chen <me@linux.beauty> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <20260630092338.2094628-6-me@linux.beauty>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions