]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix issue 238. 3/head
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 5 Feb 2012 19:51:16 +0000 (04:51 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 6 Feb 2012 05:49:18 +0000 (14:49 +0900)
commit293687358e2c52213a3f077bb3d8f860ea5bfda9
tree3d861ec3d17b2960c2edbf73c0089f2f0e2c1705
parent729eb4d222fdac168c5e96c20a277a98b274ec2a
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