From: Ingo Molnar <mingo@elte.hu>
To: Theodore Ts'o <tytso@mit.edu>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: -tip: origin tree build failure (was: [GIT PULL] ext4 update for 2.6.37)
Date: Thu, 28 Oct 2010 09:56:31 +0200 [thread overview]
Message-ID: <20101028075631.GA7690@elte.hu> (raw)
In-Reply-To: <E1PBKT9-0004Uk-Sm@tytso-glaptop>
hi Ted,
> Theodore Ts'o (18):
> ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
Today's -tip fails to build due to upstream commit 5dabfc7 ("ext4: rename
{exit,init}_ext4_*() to ext4_{exit,init}_*()"), on all[yes/mod]config with
CONFIG_EXT4_FS_XATTR disabled:
fs/ext4/super.c:4776: error: implicit declaration of function ‘ext4_init_xattr’
Commit 5dabfc7 renamed init_ext4_xattr to ext4_init_xattr but forgot to update the
definition in fs/ext4/xattr.h. The patch below fixes it.
Thanks,
Ingo
Signed-off-by: Ingo Molnar <mingo@elte.hu>
--- linux.orig/fs/ext4/xattr.h
+++ linux/fs/ext4/xattr.h
@@ -122,7 +122,7 @@ ext4_xattr_put_super(struct super_block
}
static __init inline int
-init_ext4_xattr(void)
+ext4_init_xattr(void)
{
return 0;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-10-28 7:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-28 4:52 [GIT PULL] ext4 update for 2.6.37 Theodore Ts'o
2010-10-28 7:50 ` Markus Trippelsdorf
2010-10-28 7:56 ` Ingo Molnar [this message]
2010-10-28 12:12 ` -tip: origin tree build failure (was: [GIT PULL] ext4 update for 2.6.37) Theodore Tso
2010-10-28 16:30 ` Linus Torvalds
2010-10-28 16:38 ` Ingo Molnar
2010-10-28 16:55 ` Ted Ts'o
2010-10-28 17:00 ` Linus Torvalds
2010-10-28 17:17 ` Ingo Molnar
2010-10-28 21:39 ` -tip: origin tree build failure Junio C Hamano
2010-10-28 21:50 ` Linus Torvalds
2010-11-01 16:34 ` ext3 patches related to uninitialized memory references Roman Borisov
-- strict thread matches above, loose matches on Subject: below --
2010-10-28 14:39 -tip: origin tree build failure (was: [GIT PULL] ext4 update for 2.6.37) Ingo Molnar
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=20101028075631.GA7690@elte.hu \
--to=mingo@elte.hu \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=tytso@mit.edu \
/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;
as well as URLs for NNTP newsgroup(s).