[XFS] Minor code rearranging and cleanup to prevent some coverity false
positives. SGI-PV: 955502 SGI-Modid: xfs-linux-melb:xfs-kern:26805a Signed-off-by: Nathan Scott <nathans@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
This commit is contained in:
committed by
Tim Shimmin
parent
b627259c60
commit
d432c80e68
@@ -1477,8 +1477,10 @@ xfs_alloc_ag_vextent_small(
|
||||
/*
|
||||
* Can't allocate from the freelist for some reason.
|
||||
*/
|
||||
else
|
||||
else {
|
||||
fbno = NULLAGBLOCK;
|
||||
flen = 0;
|
||||
}
|
||||
/*
|
||||
* Can't do the allocation, give up.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user