lkml.org 
[lkml]   [2008]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] udf: check if udf_load_logicalvol failed
On Sun, Jan 06, 2008 at 01:44:33AM +0100, marcin.slusarz@gmail.com 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.



\
 
 \ /
  Last update: 2008-01-07 13:23    [W:1.773 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site