]> git.proxmox.com Git - pve-container.git/commit
also expect ENOTDIR when opening dirs with O_NOFOLLOW
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 14:03:24 +0000 (15:03 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Feb 2017 08:40:18 +0000 (09:40 +0100)
commit3eb5f47b686874be7f6347a386b265078e4bf4e3
tree90da606609496eaa45f9f79ec4872b4da8a76c1e
parent6c2e93774b5a63949b7b92ed6f1b34e52a113a4d
also expect ENOTDIR when opening dirs with O_NOFOLLOW

open with O_DIRECTORY on newer kernel uses ENOTDIR instead
of ELOOP for symlinks
src/PVE/LXC.pm