<HTML>
<HEAD>
<TITLE>Re-direction inodes</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi Nikita -<BR>
<BR>
I have a need in doing an architecture for a customer of a Lustre client feature to have different data/page caches associated with an inode, depending on the user that accesses it.    So when a file is read, user A will read different data from user B (assume the same for writes, but I think this is a read-only feature).<BR>
<BR>
I remember that in the Coda file system we could easily re-direct I/O to another inode using almost standard features in the VFS/page caches.  Is this still the case?  Would this work for the purpose I describe above?<BR>
<BR>
Thanks.<BR>
<BR>
Peter</SPAN></FONT>
</BODY>
</HTML>