From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Jan Kara <jack@suse.cz>
Cc: linux-next@vger.kernel.org, Mingming Cao <cmm@us.ibm.com>,
Theodore Ts'o <tytso@mit.edu>
Subject: linux-next: quota tree build warning
Date: Thu, 5 Feb 2009 17:28:23 +1100 [thread overview]
Message-ID: <20090205172823.e6b203bf.sfr@canb.auug.org.au> (raw)
[-- Attachment #1: Type: text/plain, Size: 608 bytes --]
Hi Jan,
Today's linux-next build (x86_64 allmodconfig) produced this warning:
fs/ext4/super.c:949: warning: initialization from incompatible pointer type
The line is this:
.get_reserved_space = ext4_get_reserved_space,
Where ext4_get_reserved_space() returns unsigned long long, but the
get_reserved_space prototype returns a qsize_t (which is long long).
Introduced by commit dafa34c7ba30012a7cacffb98e978e5edb74457f ("ext4: quota
reservation for delayed allocation").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next reply other threads:[~2009-02-05 6:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-05 6:28 Stephen Rothwell [this message]
2009-02-05 11:53 ` linux-next: quota tree build warning Jan Kara
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=20090205172823.e6b203bf.sfr@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=cmm@us.ibm.com \
--cc=jack@suse.cz \
--cc=linux-next@vger.kernel.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