linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* XFS merged in 2.4
@ 2003-12-08 11:22 Marcelo Tosatti
  2003-12-08 12:48 ` Michael D. Harnois
  2003-12-08 16:43 ` Dan Yocum
  0 siblings, 2 replies; 6+ messages in thread
From: Marcelo Tosatti @ 2003-12-08 11:22 UTC (permalink / raw)
  To: linux-kernel


FYI

Christoph reviewed XFS patch which changed generic code, and it was
stripped down later to a set of changes which dont modify the code
behaviour (except for a few bugfixes which should have been included
separately anyway) and are pretty obvious.

So its that has been merged, along with fs/xfs/.




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

* Re: XFS merged in 2.4
  2003-12-08 11:22 XFS merged in 2.4 Marcelo Tosatti
@ 2003-12-08 12:48 ` Michael D. Harnois
  2003-12-08 12:58   ` Marcelo Tosatti
  2003-12-08 16:43 ` Dan Yocum
  1 sibling, 1 reply; 6+ messages in thread
From: Michael D. Harnois @ 2003-12-08 12:48 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel

It seems to have been incompletely merged in patch-2.4.23-bk6, where
make dies with

/usr/bin/make -C xfs fastdep
make: *** xfs: No such file or directory.  Stop.

On Mon, 2003-12-08 at 05:22, Marcelo Tosatti wrote:
> FYI
> 
> Christoph reviewed XFS patch which changed generic code, and it was
> stripped down later to a set of changes which dont modify the code
> behaviour (except for a few bugfixes which should have been included
> separately anyway) and are pretty obvious.
> 
> So its that has been merged, along with fs/xfs/.
> 
> 
> 
> -
> 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/
--
Michael D. Harnois

3L, UST School of Law
              Minneapolis, Minnesota
There can be no transforming of
darkness into light and of apathy
into movement without emotion. -
Carl Jung


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

* Re: XFS merged in 2.4
  2003-12-08 12:48 ` Michael D. Harnois
@ 2003-12-08 12:58   ` Marcelo Tosatti
  0 siblings, 0 replies; 6+ messages in thread
From: Marcelo Tosatti @ 2003-12-08 12:58 UTC (permalink / raw)
  To: Michael D. Harnois; +Cc: Marcelo Tosatti, linux-kernel



On Mon, 8 Dec 2003, Michael D. Harnois wrote:

> It seems to have been incompletely merged in patch-2.4.23-bk6, where
> make dies with
> 
> /usr/bin/make -C xfs fastdep
> make: *** xfs: No such file or directory.  Stop.

Right. The current BK has the fs/xfs merge and should work. 


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

* Re: XFS merged in 2.4
  2003-12-08 11:22 XFS merged in 2.4 Marcelo Tosatti
  2003-12-08 12:48 ` Michael D. Harnois
@ 2003-12-08 16:43 ` Dan Yocum
  2003-12-08 17:48   ` Robert L. Harris
  1 sibling, 1 reply; 6+ messages in thread
From: Dan Yocum @ 2003-12-08 16:43 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel

Marcelo, Christoph, et al.,

Thanks for finally including XFS in the vanilla 2.4 tree.  We greatly 
appreciate it.

I hear that the acls and dmapi bits were excluded, but our ~300TB are used 
mainly for online data caching so we don't generally use these features.

Again, thanks for making my life somewhat easier.  :-)

Cheers,
Dan


Marcelo Tosatti wrote:
> FYI
> 
> Christoph reviewed XFS patch which changed generic code, and it was
> stripped down later to a set of changes which dont modify the code
> behaviour (except for a few bugfixes which should have been included
> separately anyway) and are pretty obvious.
> 
> So its that has been merged, along with fs/xfs/.
> 
> 
> 
> -
> 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/
> 

-- 
Dan Yocum
Sloan Digital Sky Survey, Fermilab  630.840.6509
yocum@fnal.gov, http://www.sdss.org
SDSS.  Mapping the Universe.  You are here.


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

* Re: XFS merged in 2.4
  2003-12-08 16:43 ` Dan Yocum
@ 2003-12-08 17:48   ` Robert L. Harris
  2003-12-09  5:04     ` Keith Owens
  0 siblings, 1 reply; 6+ messages in thread
From: Robert L. Harris @ 2003-12-08 17:48 UTC (permalink / raw)
  To: Dan Yocum; +Cc: Marcelo Tosatti, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2432 bytes --]


Thus spake Dan Yocum (yocum@fnal.gov):

> Marcelo, Christoph, et al.,
> 
> Thanks for finally including XFS in the vanilla 2.4 tree.  We greatly 
> appreciate it.
> 
> I hear that the acls and dmapi bits were excluded, but our ~300TB are used 
> mainly for online data caching so we don't generally use these features.
> 
> Again, thanks for making my life somewhat easier.  :-)
> 
> Cheers,
> Dan
> 
> 
> Marcelo Tosatti wrote:
> >FYI
> >
> >Christoph reviewed XFS patch which changed generic code, and it was
> >stripped down later to a set of changes which dont modify the code
> >behaviour (except for a few bugfixes which should have been included
> >separately anyway) and are pretty obvious.
> >
> >So its that has been merged, along with fs/xfs/.
> >
> >
> >
> >-
> >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/
> >
> 


While I think this is a good idea in general:
make bzImage gives this:
make[4]: Leaving directory `/exp/src1/kernels/2.4.23/Desktop/linux-2.4.23/fs/vfat'
make -C xfs fastdep
make: *** xfs: No such file or directory.  Stop.
make: Entering an unknown directorymake: Leaving an unknown directorymake[3]: *** [_sfdep_xfs] Error 2
make[3]: Leaving directory `/exp/src1/kernels/2.4.23/Desktop/linux-2.4.23/fs'
make[2]: *** [fastdep] Error 2
make[2]: Leaving directory `/exp/src1/kernels/2.4.23/Desktop/linux-2.4.23/fs'
make[1]: *** [_sfdep_fs] Error 2
make[1]: Leaving directory `/exp/src1/kernels/2.4.23/Desktop/linux-2.4.23'
make: *** [dep-files] Error 2

The main problem?

root:/usr/src/kernels/2.4.23/Desktop/linux-2.4.23# grep -i xfs .config   
# CONFIG_XFS_FS is not set
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_RT is not set
# CONFIG_XFS_TRACE is not set
# CONFIG_XFS_DEBUG is not set




:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | GPG Key ID: E344DA3B
                                         @ x-hkp://pgp.mit.edu
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.

Life is not a destination, it's a journey.
  Microsoft produces 15 car pileups on the highway.
    Don't stop traffic to stand and gawk at the tragedy.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: XFS merged in 2.4
  2003-12-08 17:48   ` Robert L. Harris
@ 2003-12-09  5:04     ` Keith Owens
  0 siblings, 0 replies; 6+ messages in thread
From: Keith Owens @ 2003-12-09  5:04 UTC (permalink / raw)
  To: Robert L. Harris; +Cc: Marcelo Tosatti, linux-kernel

On Mon, 8 Dec 2003 12:48:20 -0500, 
"Robert L. Harris" <Robert.L.Harris@rdlg.net> wrote:
>While I think this is a good idea in general:
>make bzImage gives this:
>make[4]: Leaving directory `/exp/src1/kernels/2.4.23/Desktop/linux-2.4.23/f=
>s/vfat'
>make -C xfs fastdep
>make: *** xfs: No such file or directory.  Stop.

The XFS infrastructure has been merged, but not the fs/xfs directory
(wrong order).  Apply this temporary patch until fs/xfs is in Marcelo's
BK tree.

--- fs/Makefile.orig	2003-12-09 16:01:55.000000000 +1100
+++ fs/Makefile	2003-12-09 16:02:09.000000000 +1100
@@ -8,7 +8,7 @@
 O_TARGET := fs.o
 
 export-objs :=	filesystems.o open.o dcache.o buffer.o dquot.o
-mod-subdirs :=	nls xfs
+mod-subdirs :=	nls
 
 obj-y :=	open.o read_write.o devices.o file_table.o buffer.o \
 		super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o \
@@ -66,7 +66,6 @@
 subdir-$(CONFIG_SUN_OPENPROMFS)	+= openpromfs
 subdir-$(CONFIG_BEFS_FS)	+= befs
 subdir-$(CONFIG_JFS_FS)		+= jfs
-subdir-$(CONFIG_XFS_FS)		+= xfs
 
 obj-$(CONFIG_BINFMT_AOUT)	+= binfmt_aout.o
 obj-$(CONFIG_BINFMT_EM86)	+= binfmt_em86.o


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

end of thread, other threads:[~2003-12-09  5:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-08 11:22 XFS merged in 2.4 Marcelo Tosatti
2003-12-08 12:48 ` Michael D. Harnois
2003-12-08 12:58   ` Marcelo Tosatti
2003-12-08 16:43 ` Dan Yocum
2003-12-08 17:48   ` Robert L. Harris
2003-12-09  5:04     ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).