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@xxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html