Linux-Next discussions
 help / color / mirror / Atom feed
* linux-next: quota tree build warning
@ 2009-02-05  6:28 Stephen Rothwell
  2009-02-05 11:53 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2009-02-05  6:28 UTC (permalink / raw)
  To: Jan Kara; +Cc: linux-next, Mingming Cao, Theodore Ts'o

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-05 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-05  6:28 linux-next: quota tree build warning Stephen Rothwell
2009-02-05 11:53 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox