Re: [PATCH] ext3: handle corrupted orphan list at mount

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Duane Griffin <duaneg@...>
Cc: <linux-ext4@...>, <linux-kernel@...>, <akpm@...>, <sct@...>, <adilger@...>
Date: Monday, June 23, 2008 - 6:32 pm

On Mon, Jun 23, 2008 at 10:56:40PM +0100, Duane Griffin wrote:

You people working hard to fix bugs and implement great filesystems
almost makes me feel bad for trying to break your code :)

[...]
					    ^^^

Here I get (on x86 gcc 4.3.1):

fs/ext3/ialloc.c: In function 'ext3_orphan_get':
fs/ext3/ialloc.c:701: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'unsigned int'

So it probably should be %u or something.

	Sami
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] ext3: handle corrupted orphan list at mount, Duane Griffin, (Mon Jun 23, 5:56 pm)
Re: [PATCH] ext3: handle corrupted orphan list at mount, Duane Griffin, (Tue Jun 24, 1:16 pm)
Re: [PATCH] ext3: handle corrupted orphan list at mount, Sami Liedes, (Mon Jun 23, 6:32 pm)
Re: [PATCH] ext3: handle corrupted orphan list at mount, Duane Griffin, (Mon Jun 23, 8:09 pm)