diff options
Diffstat (limited to 'fs/btrfs/ioctl.c')
-rw-r--r-- | fs/btrfs/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index 937afa8e1613..f0d0aef3826a 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c | |||
@@ -4462,7 +4462,7 @@ do_balance: | |||
4462 | * Ownership of bctl and filesystem flag BTRFS_FS_EXCL_OP | 4462 | * Ownership of bctl and filesystem flag BTRFS_FS_EXCL_OP |
4463 | * goes to to btrfs_balance. bctl is freed in __cancel_balance, | 4463 | * goes to to btrfs_balance. bctl is freed in __cancel_balance, |
4464 | * or, if restriper was paused all the way until unmount, in | 4464 | * or, if restriper was paused all the way until unmount, in |
4465 | * free_fs_info. The flag is cleared in __cancel_balance. | 4465 | * free_fs_info. The flag should be cleared after __cancel_balance. |
4466 | */ | 4466 | */ |
4467 | need_unlock = false; | 4467 | need_unlock = false; |
4468 | 4468 | ||