diff options
Diffstat (limited to 'fs/xfs/xfs_extent_busy.c')
| -rw-r--r-- | fs/xfs/xfs_extent_busy.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/xfs/xfs_extent_busy.c b/fs/xfs/xfs_extent_busy.c index ad22a003f959..f3d328e4a440 100644 --- a/fs/xfs/xfs_extent_busy.c +++ b/fs/xfs/xfs_extent_busy.c @@ -236,6 +236,7 @@ xfs_extent_busy_update_extent(  		 *  		 */  		busyp->bno = fend; +		busyp->length = bend - fend;  	} else if (bbno < fbno) {  		/*  		 * Case 8: |