diff options
author | Filipe David Borba Manana <fdmanana@gmail.com> | 2013-12-13 14:39:54 -0500 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-01-28 16:19:58 -0500 |
commit | e223cfcd3eed7401e4217c7fb7391017c8124d8c (patch) | |
tree | 605cd5f9373535df480d3bd727689f48d7367d9d /fs | |
parent | fc28b62d648dde3cfbec6584c0fa19ea7350e7e9 (diff) |
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 <fdmanana@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { | |||
1462 | spinlock_t tree_mod_seq_lock; | 1462 | spinlock_t tree_mod_seq_lock; |
1463 | atomic64_t tree_mod_seq; | 1463 | atomic64_t tree_mod_seq; |
1464 | struct list_head tree_mod_seq_list; | 1464 | struct list_head tree_mod_seq_list; |
1465 | struct seq_list tree_mod_seq_elem; | ||
1466 | 1465 | ||
1467 | /* this protects tree_mod_log */ | 1466 | /* this protects tree_mod_log */ |
1468 | rwlock_t tree_mod_log_lock; | 1467 | rwlock_t tree_mod_log_lock; |