Skip to content

Commit e15e117

Browse files
Wang Jianjiantytso
authored andcommitted
jbd2: remove unused t_handle_lock
Since commit f7f497c ("jbd2: kill t_handle_lock transaction spinlock"), this lock has been no use. Fixes: f7f497c ("jbd2: kill t_handle_lock transaction spinlock") Signed-off-by: Wang Jianjian <[email protected]> Reviewed-by: Ritesh Harjani (IBM) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 7ca4b08 commit e15e117

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/linux/jbd2.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,6 @@ struct transaction_s
630630
*/
631631
struct list_head t_inode_list;
632632

633-
/*
634-
* Protects info related to handles
635-
*/
636-
spinlock_t t_handle_lock;
637-
638633
/*
639634
* Longest time some handle had to wait for running transaction
640635
*/

0 commit comments

Comments
 (0)