On Mon, Aug 11, 2008 at 03:48:48PM +0200, Christoph Hellwig wrote: > Move XFS's support for 64bit inodes in NFS filehandles to libfs. In > detail: > > - add the FILEID_INO64_FLAG and thei64 case in struct fid to > exportfs.h > - deal with the 64bit inode cases in generic_fh_to_dentry and > generic_fh_to_parent by adding them to the switch case table > and rewriting the min filehandle size checks based on a readable > helper > - move export_encode_fh to libfs as generic_encode_fh32 and rewrite > it to be a similar style as the other exportfs functions in libfs > - add a new generic_encode_fh64 which is identical to > generic_encode_fh32 except for dealing with 64bit inode filehandles > > XFS is switched over to the new code, switching over other filesystems > like ext4 is left to their maintainers but should be rather trivial by > looking at fs/xfs/linux-2.6/xfs_export.c The XFS->generic conversion looks OK to me.... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- 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