Re: [PATCH] get_translator_info wip

2013-07-08 Thread Richard Braun
On Mon, Jul 08, 2013 at 11:41:51AM +0200, Samuel Thibault wrote: > Mmm. It indeed looks odd to store the path at lookup. > > Concerning storing the path, it's a bit sad to have to do that, and > it'll become wrong if one moves the mount points. Another way would > be to make the client figure it

Re: [PATCH] get_translator_info wip

2013-07-08 Thread Samuel Thibault
Hello, Justus Winter, le Wed 03 Jul 2013 23:11:58 +0200, a écrit : > +/* Return the options describing the operation of the receiving > + filesystem (sutiable for fsys_set_options). */ Make sure to update comments of copy/pasted code :) > +routine fsys_get_translator_info ( > + server: fs

[PATCH] get_translator_info wip

2013-07-03 Thread Justus Winter
--- hurd/fsys.defs |8 ++ libdiskfs/Makefile |3 +- libdiskfs/dir-lookup.c |5 + libdiskfs/diskfs.h |3 + libdiskfs/file-set-trans.c |4 + libdiskfs/fsys-get-translator-info.c | 61 +++