[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210215150820.83069-1-me@maheepk.net>
Date: Mon, 15 Feb 2021 20:38:20 +0530
From: Maheep Kumar Kathuria <me@...eepk.net>
To: clm@...com
Cc: linux-btrfs@...r.kernel.org, linux-kernel@...r.kernel.org,
Maheep Kumar Kathuria <me@...eepk.net>
Subject: [PATCH] btrfs: Fixed a brace coding style issue
Fixed a coding style issue in thresh_exec_hook()
Signed-off-by: Maheep Kumar Kathuria <me@...eepk.net>
---
fs/btrfs/async-thread.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c
index 309516e6a968..38abeff7af69 100644
--- a/fs/btrfs/async-thread.c
+++ b/fs/btrfs/async-thread.c
@@ -212,9 +212,8 @@ static inline void thresh_exec_hook(struct __btrfs_workqueue *wq)
out:
spin_unlock(&wq->thres_lock);
- if (need_change) {
+ if (need_change)
workqueue_set_max_active(wq->normal_wq, wq->current_active);
- }
}
static void run_ordered_work(struct __btrfs_workqueue *wq,
--
2.29.2
Powered by blists - more mailing lists