Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e223cfcd authored by Filipe David Borba Manana's avatar Filipe David Borba Manana Committed by Chris Mason
Browse files

Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info struct



It's not used anywhere, so just drop it.

Signed-off-by: default avatarFilipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: default avatarJosef Bacik <jbacik@fb.com>
Signed-off-by: default avatarChris Mason <clm@fb.com>
parent fc28b62d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1462,7 +1462,6 @@ struct btrfs_fs_info {
	spinlock_t tree_mod_seq_lock;
	atomic64_t tree_mod_seq;
	struct list_head tree_mod_seq_list;
	struct seq_list tree_mod_seq_elem;

	/* this protects tree_mod_log */
	rwlock_t tree_mod_log_lock;