public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NetWare File System NWFS 2.4.15-pre8 Kernel Patch
@ 2001-11-22  2:24 Jeff Merkey
  2001-11-22  2:34 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Merkey @ 2001-11-22  2:24 UTC (permalink / raw)
  To: linux-kernel


A Kernel patch that integrate the NetWare File System (NWFS) into the
2.4.15-pre8 kernel has been posted at
ftp.timpanogas.org:/nwfs/nwfs-2.4.15-pre8-1.bz2 and
ftp.utah-nac.org:/nwfs/nwfs-2.4.15-pre8-1.bz2

This patch includes support for the 3Ware RAID Adapter and Linux Software
RAID.

Jeff Merkey
TRG/Utah NAC



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

* Re: [PATCH] NetWare File System NWFS 2.4.15-pre8 Kernel Patch
  2001-11-22  2:24 [PATCH] NetWare File System NWFS 2.4.15-pre8 Kernel Patch Jeff Merkey
@ 2001-11-22  2:34 ` Arnaldo Carvalho de Melo
  2001-11-22  2:44   ` Jeff Merkey
  0 siblings, 1 reply; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2001-11-22  2:34 UTC (permalink / raw)
  To: Jeff Merkey; +Cc: linux-kernel

Em Wed, Nov 21, 2001 at 07:24:25PM -0700, Jeff Merkey escreveu:
> 
> A Kernel patch that integrate the NetWare File System (NWFS) into the
> 2.4.15-pre8 kernel has been posted at
> ftp.timpanogas.org:/nwfs/nwfs-2.4.15-pre8-1.bz2 and
> ftp.utah-nac.org:/nwfs/nwfs-2.4.15-pre8-1.bz2
> 
> This patch includes support for the 3Ware RAID Adapter and Linux Software
> RAID.

Why don't you release three separate patches? One for NWFS, another for the
3Ware controle and another for the Soft RAID? And please send it to the
respective maintainers. I'm assuming that the two later patches are not
related to NWFS, if not, please apologize.

- Arnaldo

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

* Re: [PATCH] NetWare File System NWFS 2.4.15-pre8 Kernel Patch
  2001-11-22  2:34 ` Arnaldo Carvalho de Melo
@ 2001-11-22  2:44   ` Jeff Merkey
  2001-11-22  2:47     ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Merkey @ 2001-11-22  2:44 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo; +Cc: linux-kernel


----- Original Message -----
From: "Arnaldo Carvalho de Melo" <acme@conectiva.com.br>
To: "Jeff Merkey" <jmerkey@timpanogas.org>
Cc: <linux-kernel@vger.kernel.org>
Sent: Wednesday, November 21, 2001 7:34 PM
Subject: Re: [PATCH] NetWare File System NWFS 2.4.15-pre8 Kernel Patch


> Em Wed, Nov 21, 2001 at 07:24:25PM -0700, Jeff Merkey escreveu:
> >
> > A Kernel patch that integrate the NetWare File System (NWFS) into the
> > 2.4.15-pre8 kernel has been posted at
> > ftp.timpanogas.org:/nwfs/nwfs-2.4.15-pre8-1.bz2 and
> > ftp.utah-nac.org:/nwfs/nwfs-2.4.15-pre8-1.bz2
> >
> > This patch includes support for the 3Ware RAID Adapter and Linux
Software
> > RAID.
>
> Why don't you release three separate patches? One for NWFS, another for
the
> 3Ware controle and another for the Soft RAID? And please send it to the
> respective maintainers. I'm assuming that the two later patches are not
> related to NWFS, if not, please apologize.
>

This patch allows NWFS volumes to work with the 3Ware RAID Adapter and the
Linux
Software Raid.  It does not affect either the 3Ware or Linux RAID code, it
just allows my file system to use these features.

Jeff

> - Arnaldo
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


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

* Re: [PATCH] NetWare File System NWFS 2.4.15-pre8 Kernel Patch
  2001-11-22  2:44   ` Jeff Merkey
@ 2001-11-22  2:47     ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2001-11-22  2:47 UTC (permalink / raw)
  To: Jeff Merkey; +Cc: linux-kernel

Em Wed, Nov 21, 2001 at 07:44:06PM -0700, Jeff Merkey escreveu:
> > > This patch includes support for the 3Ware RAID Adapter and Linux
> Software
> > > RAID.
> > Why don't you release three separate patches? One for NWFS, another for
> the
> > 3Ware controle and another for the Soft RAID? And please send it to the
> > respective maintainers. I'm assuming that the two later patches are not
> > related to NWFS, if not, please apologize.
> 
> This patch allows NWFS volumes to work with the 3Ware RAID Adapter and the
> Linux
> Software Raid.  It does not affect either the 3Ware or Linux RAID code, it
> just allows my file system to use these features.

Thanks for clarifying.

- Arnaldo

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

end of thread, other threads:[~2001-11-22  2:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-22  2:24 [PATCH] NetWare File System NWFS 2.4.15-pre8 Kernel Patch Jeff Merkey
2001-11-22  2:34 ` Arnaldo Carvalho de Melo
2001-11-22  2:44   ` Jeff Merkey
2001-11-22  2:47     ` Arnaldo Carvalho de Melo

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