2011-10-27 01:27:03

by Boaz Harrosh

[permalink] [raw]
Subject: [PATCH] fs/Makefile: Stupid TYPO breakage of exofs inclusion


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 <[email protected]>
---
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



2011-10-27 01:37:12

by Boaz Harrosh

[permalink] [raw]
Subject: [GIT PULL] This patch is also available for pulling

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

2011-10-27 01:37:12

by Boaz Harrosh

[permalink] [raw]
Subject: [GIT PULL] This patch is also available for pulling

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