dm6: drop inode and digest suffixes dm6-0.20100514
authorZygo Blaxell <zblaxell@faye.furryterror.org>
Fri, 14 May 2010 18:37:58 +0000 (14:37 -0400)
committerZygo Blaxell <zblaxell@faye.furryterror.org>
Fri, 14 May 2010 18:37:58 +0000 (14:37 -0400)
commit06e26c8aae795bc65c74cad0a028d6707452be9c
treece54839f5d86bbc9e4e2c36f46e6eb36d4cea649
parentde7efbca76dfc8ca745d8dabc2f9a99d9af0e4b4
dm6: drop inode and digest suffixes

Digests are much longer than inode numbers can possibly be (*), so it's
not necessary to distinguish between them.

(*) Yes you could have a hypothetical filesystem with 256-bit inode
numbers, but you'd have to adjust Perl and the size of 'Q' first.
Either way, you're changing this code anyway.
dm6