[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_CB3115278E9ED6BD081097E5753433452107@qq.com>
Date: Mon, 24 Jul 2023 22:58:21 +0800
From: Wang Jianjian <wangjianjian0@...mail.com>
To: linux-ext4@...r.kernel.org
Cc: wangjianjian0@...mail.com
Subject: [PATCH] jbd2: Remove unused t_handle_lock
Since commit 4f98186848('jbd2: refactor wait logic for transaction
updates into a common function'), this lock has been no use.
---
include/linux/jbd2.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
index d860499e15e4..8199235dbaf3 100644
--- a/include/linux/jbd2.h
+++ b/include/linux/jbd2.h
@@ -636,11 +636,6 @@ struct transaction_s
*/
struct list_head t_inode_list;
- /*
- * Protects info related to handles
- */
- spinlock_t t_handle_lock;
-
/*
* Longest time some handle had to wait for running transaction
*/
--
2.34.3
Powered by blists - more mailing lists