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 - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html