aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/xfs_extent_busy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_extent_busy.c b/fs/xfs/xfs_extent_busy.c
index ab062610234e..77760dbf0242 100644
--- a/fs/xfs/xfs_extent_busy.c
+++ b/fs/xfs/xfs_extent_busy.c
@@ -353,7 +353,7 @@ xfs_extent_busy_trim(
353 struct rb_node *rbp; 353 struct rb_node *rbp;
354 bool ret = false; 354 bool ret = false;
355 355
356 ASSERT(len > 0); 356 ASSERT(*len > 0);
357 357
358 spin_lock(&args->pag->pagb_lock); 358 spin_lock(&args->pag->pagb_lock);
359restart: 359restart: