Coda File System

Re: recent venus not running on recent netbsd

From: Greg Troxel <gdt_at_fnord.ir.bbn.com>
Date: Thu, 02 Mar 2006 08:31:03 -0500
Another reason that coda should demand that kernel support install .h
files and build against them - this would have been a compile-time
problem.

So I should change that to ino_t, and comment that this is an 'host
inode', rather than a 'coda inode', like this? 

--- coda.h.~1.12.~	2006-01-06 10:09:10.000000000 -0500
+++ coda.h	2006-03-02 08:30:38.000000000 -0500
@@ -401,7 +401,7 @@
 struct coda_open_out {
     struct coda_out_hdr oh;
     cdev_t	dev;
-    u_int32_t	inode;
+    ino_t	inode;		/* host inode of container file */
 };
 
 



-- 
        Greg Troxel <gdt_at_ir.bbn.com>
Received on 2006-03-02 08:43:31