From: Keith Owens <kaos@sgi.com>
To: "Robert L. Harris" <Robert.L.Harris@rdlg.net>
Cc: Marcelo Tosatti <marcelo.tosatti@cyclades.com>,
linux-kernel@vger.kernel.org
Subject: Re: XFS merged in 2.4
Date: Tue, 09 Dec 2003 16:04:37 +1100 [thread overview]
Message-ID: <18424.1070946277@ocs3.intra.ocs.com.au> (raw)
In-Reply-To: Your message of "Mon, 08 Dec 2003 12:48:20 CDT." <20031208174820.GA18504@rdlg.net>
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
prev parent reply other threads:[~2003-12-09 5:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-08 11:22 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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=18424.1070946277@ocs3.intra.ocs.com.au \
--to=kaos@sgi.com \
--cc=Robert.L.Harris@rdlg.net \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®