On Sun, Jan 06, 2008 at 01:44:33AM +0100, [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to