From: Richard Henderson <richard.henderson@linaro.org>
To: Michael Tokarev <mjt@tls.msk.ru>,
qemu-devel@nongnu.org, qemu-block@nongnu.org
Cc: Bin Meng <bin.meng@windriver.com>
Subject: Re: [PATCH] block: honor $TMPDIR in create_tmp_file()
Date: Mon, 1 Sep 2025 08:39:55 +1000 [thread overview]
Message-ID: <93e542af-63a2-4236-9b58-b95eeb6b9185@linaro.org> (raw)
In-Reply-To: <20250831114818.4136358-1-mjt@tls.msk.ru>
On 8/31/25 21:48, Michael Tokarev wrote:
> /*
> * See commit 69bef79 ("block: use /var/tmp instead of /tmp for -snapshot")
> *
> @@ -862,7 +860,12 @@ char *create_tmp_file(Error **errp)
> * so the files can become very large. /tmp is often a tmpfs where as
> * /var/tmp is usually on a disk, so more appropriate for disk images.
> */
This is going to cause other failures, per the tmpfs reason given in the comment.
r~
next prev parent reply other threads:[~2025-08-31 22:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-31 11:48 [PATCH] block: honor $TMPDIR in create_tmp_file() Michael Tokarev
2025-08-31 22:39 ` Richard Henderson [this message]
2025-09-01 5:31 ` Michael Tokarev
2025-09-02 13:25 ` Richard Henderson
2025-09-02 16:16 ` Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=93e542af-63a2-4236-9b58-b95eeb6b9185@linaro.org \
--to=richard.henderson@linaro.org \
--cc=bin.meng@windriver.com \
--cc=mjt@tls.msk.ru \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).