Subject: Re: file id alignment
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-kern
Date: 07/09/2006 00:03:11
In article <20060708210858.GA17182@drowsy.duskware.de>,
Martin Husemann  <martin@duskware.de> wrote:
>I created a patch, which does
>
> - fix alignment issues with vptofh
> - fix alignment issues with fhtovp
> - get rid of static limit for filehnandlesize (VFS_MAXFIDSIZ)
> - version the getfh syscall and adapts all in-tree userland
>
>I think I got the core NFS part right, but the nqnfs changes need review
>(and/or we might revisit them - I wanted to get the alignment stuff fixed
>ASAP and chose the easy way here, a later change would be in-kernel only).
>
>I'm pretty unsure about the LFS parts too.
>
>Any comments, bugfixes, suggestions welcome.
>
>The patch is a bit largish, so I put a compressed version at
>
>  ftp.netbsd.org:/pub/NetBSD/misc/martin/getfh.diff.bz2 (14k)

Looks good to me.

christos