[OpenAFS-devel] porting openafs to another linux - problems with vRefcount type..
Nickolai Zeldovich
kolya@MIT.EDU
Fri, 05 Oct 2001 14:52:08 -0400
> What is going on special on parisc-linux (or on i386_linux) that allows it
> to work on one, but not on the other?
Nothing. It doesn't build on i386_linux either now. The latest
change to automatically generate the vnode structure from struct
inode made the refcount atomic_t instead of int. I've sent a bug
report to openafs-bugs@openafs.org about it, but haven't heard
anything back yet. Probably easiest workaround for now is to
s/atomic_t/int/.
-- kolya