]> git.proxmox.com Git - pve-common.git/commitdiff
tempfile: use /tmp for fallback-tempfiles
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 2 Nov 2016 11:25:51 +0000 (12:25 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 2 Nov 2016 11:47:05 +0000 (12:47 +0100)
At this point we know it's not a tmpfs (as tmpfs definitely
supports O_TMPFILE), so /tmp makes more sense than /run as
default path.


No differences found