mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
jbd2: remove unused t_handle_lock
Since commitf7f497cb70("jbd2: kill t_handle_lock transaction spinlock"), this lock has been no use. Fixes:f7f497cb70("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>
This commit is contained in:
committed by
Theodore Ts'o
parent
7ca4b085f4
commit
e15e117bbb
@@ -630,11 +630,6 @@ struct transaction_s
|
|||||||
*/
|
*/
|
||||||
struct list_head t_inode_list;
|
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
|
* Longest time some handle had to wait for running transaction
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user