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
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
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
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
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?
5 matches
Mail list logo