diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-19 17:13:51 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-21 19:33:22 -0800 |
commit | 35a730f01c6caba93d452fa938e7d93ffcc4cf25 (patch) | |
tree | ceeeafb38d09feb7bd0230fe85ac34c438ad0a33 /git-am.sh | |
parent | Makefile: do not assume lack of IPV6 means no sockaddr_storage. (diff) | |
download | tgif-35a730f01c6caba93d452fa938e7d93ffcc4cf25.tar.xz |
fsck-objects: support platforms without d_ino in struct dirent.
The d_ino field is only used for performance reasons in
fsck-objects. On a typical filesystem, i-number tends to have a
strong correlation with where the actual bits sit on the disk
platter, and we sort the entries to allow us scan things that
ought to be close together together.
If the platform lacks support for it, it is not a big deal.
Just do not use d_ino for sorting, and scan them unsorted.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-am.sh')
0 files changed, 0 insertions, 0 deletions