Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wang Jianjian and committed by
Theodore Ts'o
e15e117b 7ca4b085

-5
-5
include/linux/jbd2.h
··· 631 631 struct list_head t_inode_list; 632 632 633 633 /* 634 - * Protects info related to handles 635 - */ 636 - spinlock_t t_handle_lock; 637 - 638 - /* 639 634 * Longest time some handle had to wait for running transaction 640 635 */ 641 636 unsigned long t_max_wait;