From: Wang Jianjian <wangjianjian0@foxmail.com>
To: linux-ext4@vger.kernel.org
Cc: wangjianjian0@foxmail.com
Subject: [PATCH] jbd2: Remove unused t_handle_lock
Date: Wed, 26 Jul 2023 23:23:15 +0800 [thread overview]
Message-ID: <tencent_DBB7534F4FC71E2788D13206DA966281D806@qq.com> (raw)
Since commit f7f497cb7024 ("jbd2: kill t_handle_lock
transaction spinlock"), this lock has been no use.
Signed-off-by: Wang Jianjian <wangjianjian0@foxmail.com>
---
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
next reply other threads:[~2023-07-26 15:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-26 15:23 Wang Jianjian [this message]
2023-07-31 9:19 ` [PATCH] jbd2: Remove unused t_handle_lock Ritesh Harjani
2023-08-02 14:46 ` Wang Jianjian
-- strict thread matches above, loose matches on Subject: below --
2023-08-02 14:45 Wang Jianjian
2023-08-05 12:20 ` Theodore Ts'o
2023-07-24 14:58 Wang Jianjian
2023-07-26 11:19 ` Zhang Yi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tencent_DBB7534F4FC71E2788D13206DA966281D806@qq.com \
--to=wangjianjian0@foxmail.com \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).