[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20111026080051.GO31921@thunk.org>
Date: Wed, 26 Oct 2011 04:00:51 -0400
From: Ted Ts'o <tytso@....edu>
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: Yongqiang Yang <xiaoqiangnk@...il.com>,
Andreas Dilger <adilger.kernel@...ger.ca>,
linux-ext4@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [patch] ext4: error handling fix in
ext4_ext_convert_to_initialized()
On Tue, Oct 11, 2011 at 04:49:12PM +0300, Dan Carpenter wrote:
> When allocated is unsiged it breaks the error handling at the end
> of the function when we call:
> allocated = ext4_split_extent(...);
> if (allocated < 0)
> err = allocated;
>
> I've made it a signed int instead of unsigned.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@...cle.com>
Thanks, applied.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists