Re: [PATCH 2/3] libnetfs: fix receiver lookups in fsys server functions

2014-02-24 Thread Samuel Thibault
Justus Winter, le Wed 12 Feb 2014 18:22:25 +0100, a écrit : > * mutations.h: Add translation functions. > * netfs.h (struct netfs_control): New declaration. > * priv.h: Define translation functions. > * fsys-get-options.c: Fix receiver lookups. > * fsys-getroot.c: Likewise. > * fsys-goaway.c: Likew

Re: [PATCH 2/3] libnetfs: fix receiver lookups in fsys server functions

2014-02-12 Thread Justus Winter
Hi :) Quoting Samuel Thibault (2014-02-12 18:27:21) > Could you mention the rationale of these changes? It's far from obvious > for anybody who does not know RPCs very well :) This is a prelude to my protected payload patch series. I'm fixing the receiver lookups that are currently done "by foo

Re: [PATCH 2/3] libnetfs: fix receiver lookups in fsys server functions

2014-02-12 Thread Samuel Thibault
Hello, Could you mention the rationale of these changes? It's far from obvious for anybody who does not know RPCs very well :) Samuel

[PATCH 2/3] libnetfs: fix receiver lookups in fsys server functions

2014-02-12 Thread Justus Winter
* mutations.h: Add translation functions. * netfs.h (struct netfs_control): New declaration. * priv.h: Define translation functions. * fsys-get-options.c: Fix receiver lookups. * fsys-getroot.c: Likewise. * fsys-goaway.c: Likewise. * fsys-set-options.c: Likewise. * fsys-syncfs.c: Likewise. * fsysst