Re: [PATCH] udf: check if udf_load_logicalvol failed

From: Christoph Hellwig
Date: Mon Jan 07 2008 - 07:20:17 EST


On Sun, Jan 06, 2008 at 01:44:33AM +0100, marcin.slusarz@xxxxxxxxx wrote:
> + ret = udf_load_logicalvol(sb, bh, fileset);
> + if (ret != 0) {
> + brelse(bh);
> + return ret;
> + }

This would be a simple if (ret) in normal Linux style if I'd want to
be picky, but the actual change look good.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/