linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: ext4 tree build warning
@ 2009-08-27  7:17 Stephen Rothwell
  2009-08-28 13:50 ` Theodore Tso
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2009-08-27  7:17 UTC (permalink / raw)
  To: Theodore Tso; +Cc: linux-next, LKML

[-- Attachment #1: Type: text/plain, Size: 648 bytes --]

Hi Ted,

The linux-next builds (ppc64 allyesconfig) produce this warning:
(I built with CONFIG_DEBUG_SECTION_MISMATCH=y)

WARNING: fs/ext4/ext4.o(.text+0x5b6c8): Section mismatch in reference from the function .exit_ext4_mballoc() to the function .exit.text:.ext4_remove_debugfs_entry()
The function .exit_ext4_mballoc() references a function in an exit section.
Often the function .ext4_remove_debugfs_entry() has valid usage outside the exit section
and the fix is to remove the __exit annotation of .ext4_remove_debugfs_entry.

-- 
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] 9+ messages in thread
* linux-next: ext4 tree build warning
@ 2009-10-02  1:26 Stephen Rothwell
  2009-10-03  1:03 ` Theodore Tso
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2009-10-02  1:26 UTC (permalink / raw)
  To: Theodore Tso; +Cc: linux-next, linux-kernel, Curt Wohlgemuth

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

Hi Ted,

Today's linux-next build (powerpc ppc64_defconfig) produced this warning:

fs/ext4/inode.c: In function 'ext4_dirty_inode':
fs/ext4/inode.c:5615: warning: unused variable 'current_handle'

Introduced by commit f3dc272fd5e2ae08244796bb39e7e1ce4b25d3b3 ("ext4:
Make sure ext4_dirty_inode() updates the inode in no journal mode"). This
variable is now only referenced by a jbd_debug().

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* linux-next: ext4 tree build warning
@ 2009-06-16  1:08 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2009-06-16  1:08 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

Hi Ted,

Today's linux-next build (powerpc ppc64_defconfig) produced this warning:

In file included from include/trace/ftrace.h:262,
                 from include/trace/define_trace.h:57,
                 from include/trace/events/ext4.h:720,
                 from fs/ext4/super.c:51:
include/trace/events/ext4.h: In function 'ftrace_raw_output_ext4_free_inode':
include/trace/events/ext4.h:12: warning: format '%llu' expects type 'long long unsigned int', but argument 8 has type 'blkcnt_t'

Introduced by commit a6e130e94db16b324fbf2eeed2b310273625acf7 ("ext4:
convert instrumentation from markers to tracepoints").

-- 
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] 9+ messages in thread
* linux-next: ext4 tree build warning
@ 2009-06-09  0:54 Stephen Rothwell
  2009-06-09  4:23 ` Theodore Tso
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2009-06-09  0:54 UTC (permalink / raw)
  To: Theodore Tso; +Cc: linux-next, linux-kernel, Jan Kara

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

Hi Ted,

Today's linux-next build (powerpc ppc64_defconfig) produced this warning:

fs/ext4/inode.c: In function 'ext4_ind_get_blocks':
fs/ext4/inode.c:939: warning: unused variable 'disksize'
fs/ext4/inode.c:936: warning: unused variable 'ei'

Introduced by commit fb8c2ba20b8530d74239c2420d335df81aa18e13 ("ext4: Get
rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle()").

-- 
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] 9+ messages in thread
* linux-next: ext4 tree build warning
@ 2009-03-30  4:48 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2009-03-30  4:48 UTC (permalink / raw)
  To: Theodore Tso; +Cc: linux-next, Thiemo Nagel

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

Hi Ted,

Today's linux-next build (powerpc ppc64_defconfig) produced this warning:

fs/ext4/inode.c: In function '__ext4_check_blockref':
fs/ext4/inode.c:385: warning: format '%u' expects type 'unsigned int', but argument 7 has type 'long int'

Introduced by commit 768df0e2c1d53ee0384e3021e2f1c90882804548 ("ext4: add
checks of block references for non-extent inodes").

-- 
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] 9+ messages in thread

end of thread, other threads:[~2009-10-03  1:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27  7:17 linux-next: ext4 tree build warning Stephen Rothwell
2009-08-28 13:50 ` Theodore Tso
  -- strict thread matches above, loose matches on Subject: below --
2009-10-02  1:26 Stephen Rothwell
2009-10-03  1:03 ` Theodore Tso
2009-06-16  1:08 Stephen Rothwell
2009-06-09  0:54 Stephen Rothwell
2009-06-09  4:23 ` Theodore Tso
2009-06-09  7:11   ` Stephen Rothwell
2009-03-30  4:48 Stephen Rothwell

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).