All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Jianjian <wangjianjian0@foxmail.com>
To: linux-ext4@vger.kernel.org
Cc: wangjianjian0@foxmail.com, Ritesh Harjani <ritesh.list@gmail.com>
Subject: [PATCH] jbd2: Remove unused t_handle_lock
Date: Wed,  2 Aug 2023 22:45:34 +0800	[thread overview]
Message-ID: <tencent_8477CBE568348A1862C64E393D587B342008@qq.com> (raw)

Since commit f7f497cb7024 ("jbd2: kill t_handle_lock
transaction spinlock"), this lock has been no use.

Fixes: f7f497cb7024 ("jbd2: kill t_handle_lock transaction spinlock")
Signed-off-by: Wang Jianjian <wangjianjian0@foxmail.com>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.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


             reply	other threads:[~2023-08-02 14:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-02 14:45 Wang Jianjian [this message]
2023-08-05 12:20 ` [PATCH] jbd2: Remove unused t_handle_lock Theodore Ts'o
  -- strict thread matches above, loose matches on Subject: below --
2023-07-26 15:23 Wang Jianjian
2023-07-31  9:19 ` Ritesh Harjani
2023-08-02 14:46   ` Wang Jianjian
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_8477CBE568348A1862C64E393D587B342008@qq.com \
    --to=wangjianjian0@foxmail.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=ritesh.list@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.