Subject: Re: file id alignment
To: None <martin@duskware.de>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 07/09/2006 15:56:49
> 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)
> 
> Martin

- you need to check sizeof().  eg. NFSX_V3FH

- as getfh takes a pathname, which can be changed in the mean time,
  it's better to keep looping.  (see prop_dictionary_recv_ioctl.)

YAMAMOTO Takashi