guix/guix/store
Mathieu Othacehe 8b221b64a5
store: deduplication: Handle fs without d_type support.
scandir* uses readdir, which means that the file type property can be 'unknown
if the underlying file-system does not support d_type. Make sure to fallback
to lstat in that case.

Fixes: https://issues.guix.gnu.org/issue/42579.

* guix/store/deduplication.scm (deduplicate): Handle the case where properties
is 'unknown because the underlying file-system does not support d_type.
2020-07-28 14:10:28 +02:00
..
database.scm image: Do not set journal_model=WAL for the Hurd. 2020-07-11 16:34:01 +02:00
deduplication.scm store: deduplication: Handle fs without d_type support. 2020-07-28 14:10:28 +02:00
roots.scm
schema.sql
ssh.scm