aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/jbd2.h
diff options
context:
space:
mode:
authorWang Jianjian <wangjianjian0@foxmail.com>2023-08-02 22:45:34 +0800
committerTheodore Ts'o <tytso@mit.edu>2023-08-05 08:18:04 -0400
commite15e117bbbe18258a5ad506bbf6c58ff129c9576 (patch)
treecebeef51f24b720436a6604d549fd1029bc27ca3 /include/linux/jbd2.h
parentext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} (diff)
downloadwireguard-linux-e15e117bbbe18258a5ad506bbf6c58ff129c9576.tar.xz
wireguard-linux-e15e117bbbe18258a5ad506bbf6c58ff129c9576.zip
jbd2: remove unused t_handle_lock
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> Link: https://lore.kernel.org/r/tencent_8477CBE568348A1862C64E393D587B342008@qq.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'include/linux/jbd2.h')
-rw-r--r--include/linux/jbd2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
index 44c298aa58d4..52772c826c86 100644
--- a/include/linux/jbd2.h
+++ b/include/linux/jbd2.h
@@ -631,11 +631,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
*/
unsigned long t_max_wait;