[PATCH 0/2] Use 64-bit inode numbers internally in the kernel
[try #2]
Nathan Scott
nathans at sgi.com
Tue Aug 15 20:22:24 EDT 2006
On Tue, Aug 15, 2006 at 04:26:27PM +0100, David Howells wrote:
>
> These patches make the kernel pass 64-bit inode numbers internally when
> communicating to userspace, even on a 32-bit system. They are required
> because some filesystems have intrinsic 64-bit inode numbers: NFS3+ and XFS
> for example. The 64-bit inode numbers are then propagated to userspace
> automatically where the arch supports it.
Thanks for doing this, David. FWIW, for XFS its not directly a problem
today, we simply block attempts to mount filesystems on 32 bit systems
where the inums could get into the problematic ranges. With several XFS
changes (main change will be switching to use iget5_locked) we will be
able to allow those mounts to go ahead - so, thanks again!
cheers.
--
Nathan
More information about the NFSv4
mailing list