lkml.org 
[lkml]   [2003]   [Dec]   [9]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromKeith Owens <>
SubjectRe: XFS merged in 2.4
DateTue, 09 Dec 2003 16:04:37 +1100
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
-
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/

\
 
 \ /
  Last update: 2005-03-22 12:59    [from the cache]
©2003-2008