Re: [PATCH] 9p: create separate 9p client interface

2007-04-30 Thread Latchesar Ionkov
On 4/30/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote: On Apr 30 2007 09:32, Latchesar Ionkov wrote: Hi! > --- a/fs/9p/Makefile > +++ b/fs/9p/Makefile > @@ -3,8 +3,8 @@ obj-$(CONFIG_9P_FS) := 9p.o > 9p-objs := \ > trans_fd.o \ > mux.o \ > - fcall.o \ > conv.o \ > + clnt.o \ Do you

Re: [PATCH] 9p: create separate 9p client interface

2007-04-30 Thread Jan Engelhardt
On Apr 30 2007 09:32, Latchesar Ionkov wrote: Hi! > --- a/fs/9p/Makefile > +++ b/fs/9p/Makefile > @@ -3,8 +3,8 @@ obj-$(CONFIG_9P_FS) := 9p.o > 9p-objs := \ > trans_fd.o \ > mux.o \ > - fcall.o \ > conv.o \ > + clnt.o \ Do you pay by the letter, or why is not the source file called

Re: [PATCH] 9p: create separate 9p client interface

2007-04-30 Thread Latchesar Ionkov
Hi, On 4/30/07, Christoph Hellwig <[EMAIL PROTECTED]> wrote: On Mon, Apr 30, 2007 at 09:32:41AM -0600, Latchesar Ionkov wrote: > Create a separate 9P client interface that can be used outside the VFS > layer. In addition to VFS, the new interface can be used to export the > authentication channe

Re: [V9fs-developer] [PATCH] 9p: create separate 9p client interface

2007-04-30 Thread Eric Van Hensbergen
On 4/30/07, Christoph Hellwig <[EMAIL PROTECTED]> wrote: On Mon, Apr 30, 2007 at 09:32:41AM -0600, Latchesar Ionkov wrote: > Create a separate 9P client interface that can be used outside the VFS > layer. In addition to VFS, the new interface can be used to export the > authentication channel or

Re: [PATCH] 9p: create separate 9p client interface

2007-04-30 Thread Christoph Hellwig
On Mon, Apr 30, 2007 at 09:32:41AM -0600, Latchesar Ionkov wrote: > Create a separate 9P client interface that can be used outside the VFS > layer. In addition to VFS, the new interface can be used to export the > authentication channel or from other interfaces. And what exact users would that be?