Linux NFS development
 help / color / mirror / Atom feed
* RPCL source file for NFSv3 XATTR ?
@ 2010-06-21 11:42 DENIEL Philippe
  2010-06-21 23:22 ` James Morris
  0 siblings, 1 reply; 3+ messages in thread
From: DENIEL Philippe @ 2010-06-21 11:42 UTC (permalink / raw)
  To: linux-nfs

Hi,

I just saw James's patches about XATTR support in NFSv3. I am really
interested in this : in nfs-ganesha, my userspace NFS server, I already
implemented XATTR as "fake directories" (in fact, if your have an fs
object, for example a file name "myfile", then you can cd in a fake
directory .xattr.d.myfile where each "fake files" is an extended
attribute. Set/Gey on xattr are made via calls to WRITE/READ on the fake
files (and you can create/delete them as well). The NFSv3 XATTR interest
because is seem to have connexions with the gexattr/setxattr/removexattr
API, which means connexion with 'attr' command line and so make xattr
through NFS much more transparent than what I did with my .xattr.d.*
fake directories.
I could quickly had the NFSv3 Xattr (with compatibility with James's
patches), I just have to implement the right additional NFSv3 functions.
In order to do this, I just need RPCL descriptions of the xattr
dedicated NFSv3 functions. Where could I find this ?

    Thanks in advance for your help

       Philippe


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-22  7:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 11:42 RPCL source file for NFSv3 XATTR ? DENIEL Philippe
2010-06-21 23:22 ` James Morris
2010-06-22  7:14   ` DENIEL Philippe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox