On Tue, 22 Sep 2009, Christoph Hellwig wrote: > Note that the mapping should be really simple. Both the NFS protocol > and XFS implement the same IRIX-xattr format that has a numerical > namespace instead of the string prefix Linux has. If you just use the > same mapping as XFS it should not have interoperability problems. One issue may be that the IRIX protcol for listxattr includes a "attrlist_cursor_kern_t cursor" -- presumably to allow the client to index into large lists of xattrs. I'm going to guess that this doesn't happen much in practice, although to have interop with IRIX, we'd need to handle this in some useful way. Otherwise, yes, mapping to the IRIX protocol should be straightforward. We can use the side-protocol number+version to detect that we're talking to an IRIX box. - James -- James Morris <jmorris@xxxxxxxxx> -- 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