[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20091112112348.e351451f.sfr@canb.auug.org.au>
Date: Thu, 12 Nov 2009 11:23:48 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Linus <torvalds@...ux-foundation.org>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Jan Kara <jack@...e.cz>,
Andrew Morton <akpm@...ux-foundation.org>,
"Aneesh Kumar K.V" <aneesh.kumar@...ux.vnet.ibm.com>
Subject: linux-next: origin tree build failure
Hi Linus,
Today's linux-next build (x86_64 allmodconfig) failed like this:
ERROR: "log_start_commit" [fs/ext3/ext3.ko] undefined!
I applied the following patch for today:
From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Thu, 12 Nov 2009 11:19:26 +1100
Subject: [PATCH] jbd: export log_start_commit for ext3
Today's linux-next build (x86_64 allmodconfig) failed like this:
ERROR: "log_start_commit" [fs/ext3/ext3.ko] undefined!
Caused by commit fe8bc91c4c30122b357d197117705cfd4fabaf28 ("ext3: Wait
for proper transaction commit on fsync").
Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
---
fs/jbd/journal.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fs/jbd/journal.c b/fs/jbd/journal.c
index 49d5cd6..34973f6 100644
--- a/fs/jbd/journal.c
+++ b/fs/jbd/journal.c
@@ -461,6 +461,7 @@ int log_start_commit(journal_t *journal, tid_t tid)
spin_unlock(&journal->j_state_lock);
return ret;
}
+EXPORT_SYMBOL(log_start_commit);
/*
* Force and wait upon a commit if the calling process is not within
--
1.6.5.2
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
http://www.canb.auug.org.au/~sfr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists