diff options
Diffstat (limited to 'fs/xfs/xfs_alloc.c')
| -rw-r--r-- | fs/xfs/xfs_alloc.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/xfs/xfs_alloc.c b/fs/xfs/xfs_alloc.c index 879aa38ddd2..e80dda3437d 100644 --- a/fs/xfs/xfs_alloc.c +++ b/fs/xfs/xfs_alloc.c @@ -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.  	 */  |