* [PATCH] fs/Makefile: Stupid TYPO breakage of exofs inclusion
@ 2011-10-27 1:26 Boaz Harrosh
2011-10-27 1:37 ` [GIT PULL] This patch is also available for pulling Boaz Harrosh
2011-10-27 1:37 ` Boaz Harrosh
0 siblings, 2 replies; 3+ messages in thread
From: Boaz Harrosh @ 2011-10-27 1:26 UTC (permalink / raw)
To: Linus Torvalds, linux-fsdevel, linux-kernel, open-osd, NFS list
In my last patch I did a stupid mistake and broke the exofs
compilation completely. Fix it ASAP.
Instead of obj-y I did obj-$(y)
Really Really sorry. Me totally blushing :-{|
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
---
fs/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/Makefile b/fs/Makefile
index 5c30a13..d2c3353 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -120,6 +120,6 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/
obj-$(CONFIG_OCFS2_FS) += ocfs2/
obj-$(CONFIG_BTRFS_FS) += btrfs/
obj-$(CONFIG_GFS2_FS) += gfs2/
-obj-$(y) += exofs/ # Multiple mods, used by nfs/objlayout
+obj-y += exofs/ # Multiple modules
obj-$(CONFIG_CEPH_FS) += ceph/
obj-$(CONFIG_PSTORE) += pstore/
--
1.7.6.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [GIT PULL] This patch is also available for pulling
2011-10-27 1:26 [PATCH] fs/Makefile: Stupid TYPO breakage of exofs inclusion Boaz Harrosh
@ 2011-10-27 1:37 ` Boaz Harrosh
2011-10-27 1:37 ` Boaz Harrosh
1 sibling, 0 replies; 3+ messages in thread
From: Boaz Harrosh @ 2011-10-27 1:37 UTC (permalink / raw)
To: Linus Torvalds, linux-fsdevel, linux-kernel, open-osd, NFS list
The following changes since commit 138c4ae9cfda8fdcf9e137457853b09ef8cf8f77:
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux (2011-10-26 21:46:18 +0200)
are available in the git repository at:
git://git.open-osd.org/linux-open-osd.git for-linus
Boaz Harrosh (1):
fs/Makefile: Stupid TYPO breakage of exofs inclusion
fs/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Again I'm so sorry. I can't understand what happened to me
Boaz
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] This patch is also available for pulling
2011-10-27 1:26 [PATCH] fs/Makefile: Stupid TYPO breakage of exofs inclusion Boaz Harrosh
2011-10-27 1:37 ` [GIT PULL] This patch is also available for pulling Boaz Harrosh
@ 2011-10-27 1:37 ` Boaz Harrosh
1 sibling, 0 replies; 3+ messages in thread
From: Boaz Harrosh @ 2011-10-27 1:37 UTC (permalink / raw)
To: Linus Torvalds, linux-fsdevel, linux-kernel, open-osd, NFS
The following changes since commit 138c4ae9cfda8fdcf9e137457853b09ef8cf8f77:
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux (2011-10-26 21:46:18 +0200)
are available in the git repository at:
git://git.open-osd.org/linux-open-osd.git for-linus
Boaz Harrosh (1):
fs/Makefile: Stupid TYPO breakage of exofs inclusion
fs/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Again I'm so sorry. I can't understand what happened to me
Boaz
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-27 1:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27 1:26 [PATCH] fs/Makefile: Stupid TYPO breakage of exofs inclusion Boaz Harrosh
2011-10-27 1:37 ` [GIT PULL] This patch is also available for pulling Boaz Harrosh
2011-10-27 1:37 ` Boaz Harrosh
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).