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@xxxxxxxxxx> Thanks, applied. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html