diff options
| author | Kemeng Shi <shikemeng@huaweicloud.com> | 2024-12-18 22:54:13 +0800 |
|---|---|---|
| committer | Theodore Ts'o <tytso@mit.edu> | 2025-02-10 07:48:24 -0500 |
| commit | 06b9e91425b26b5e782f82a043a3f6c6354947c2 (patch) | |
| tree | ad1d7530d6d614e33e1d65893d9daa36db870797 /include/linux | |
| parent | fa1008e3df6220368b8ea3b004eca501ed546973 (diff) | |
jbd2: remove unused transaction->t_private_list
After we remove ext4 journal callback, transaction->t_private_list is
not used anymore. Just remove unused transaction->t_private_list.
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20241218145414.1422946-3-shikemeng@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/jbd2.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index 561025b4f3d9..053444f7a1d0 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h @@ -700,12 +700,6 @@ struct transaction_s /* Disk flush needs to be sent to fs partition [no locking] */ int t_need_data_flush; - - /* - * For use by the filesystem to store fs-specific data - * structures associated with the transaction - */ - struct list_head t_private_list; }; struct transaction_run_stats_s { |
