]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix issue 238.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 5 Feb 2012 19:51:16 +0000 (04:51 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 13 Mar 2012 06:40:10 +0000 (15:40 +0900)
commitec589f9b33e2ef7482f4b4756f93904cc1202e5d
treebe22f9dada3e9ef771ccf2679e795e65570743e4
parentd8af212524f5eebc6f9245901bbe4825016be1f7
Fix issue 238.
Skip the setup sparse on linux without a check of errno if
ioctl(,FS_IOC_FIEMAP,) failed because the errno is not fixed
, for example, some file system returns ENOTTY, another returns
EOPNOTSUPP, or EINVAL and so on. We cannot decide what errno
exactly indicates an unsupported error.
libarchive/archive_read_disk_entry_from_file.c