Date: Fri, 18 May 2012 09:41:48 -0400 From: John Baldwin <jhb@freebsd.org> To: Gleb Kurtsou <gleb@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r235601 - head/include/protocols Message-ID: <201205180941.48076.jhb@freebsd.org> In-Reply-To: <201205181001.q4IA1VED044374@svn.freebsd.org> References: <201205181001.q4IA1VED044374@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, May 18, 2012 6:01:31 am Gleb Kurtsou wrote: > Author: gleb > Date: Fri May 18 10:01:31 2012 > New Revision: 235601 > URL: http://svn.freebsd.org/changeset/base/235601 > > Log: > Don't use ino_t in dumprestore protocol definition. > > Since ino_t size is about to change to 64-bits, replace ino_t used in > dump protocol definition with 32-bit dump_ino_t to preserve backward > compatibility. At some point, it may be necessary to use spare fields > in struct in order to fully support 64-bit inode numbers. > > Sponsored by: Google Summer of Code 2011 A question about your stat changes: did you expand dev_t to 32 bits for the AFS folks, or did you leave it as 16 bits? -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205180941.48076.jhb>