Subject: Re: veriexecgen: removing duplicate files
To: M J Fleming <mjf@NetBSD.org>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: tech-userlevel
Date: 10/29/2006 18:32:14
On Sun, Oct 29, 2006 at 11:15:47PM +0000, M J Fleming wrote:
> Hi, currently veriexecgen will create a seperate entry in a fingerprintdb file 
> for hard-links. The attached patch only adds one entry per inode/device number.
> Is it safe to use inode/device pairs for this purpose? Comments?

You must use filehandles, not inode/device pairs.

Thor