From: Filipe David Borba Manana Date: Fri, 13 Dec 2013 19:39:54 +0000 (+0000) Subject: Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info struct X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e223cfcd3eed7401e4217c7fb7391017c8124d8c;p=deliverable%2Flinux.git Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info struct It's not used anywhere, so just drop it. Signed-off-by: Filipe David Borba Manana Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index a924274a503e..3c9053a153b1 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -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;