NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/52512: Duplicate files prevent veriexecctl from loading signature file
The following reply was made to PR bin/52512; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/52512: Duplicate files prevent veriexecctl from loading
signature file
Date: Tue, 29 Aug 2017 13:33:38 +0200
On Tue, Aug 29, 2017 at 10:20:01AM +0000, Paul Goyette wrote:
> Neither inode nor filehandle is available. The EEXIST check is done
> simply by attempting to retrieve the info via fileassoc(9) and checking
> the return for NULL.
But you have a struct vnode *, so you should be able to do a vptofh?
Martin
Home |
Main Index |
Thread Index |
Old Index