diff options
Diffstat (limited to 'fs/xfs/xfs_alloc.c')
-rw-r--r-- | fs/xfs/xfs_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_alloc.c b/fs/xfs/xfs_alloc.c index 0287f3b1b503..43f791bcd8b1 100644 --- a/fs/xfs/xfs_alloc.c +++ b/fs/xfs/xfs_alloc.c | |||
@@ -2447,7 +2447,7 @@ xfs_alloc_vextent( | |||
2447 | { | 2447 | { |
2448 | DECLARE_COMPLETION_ONSTACK(done); | 2448 | DECLARE_COMPLETION_ONSTACK(done); |
2449 | 2449 | ||
2450 | if (!args->userdata) | 2450 | if (!args->stack_switch) |
2451 | return __xfs_alloc_vextent(args); | 2451 | return __xfs_alloc_vextent(args); |
2452 | 2452 | ||
2453 | 2453 | ||