projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc28b62
)
Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info struct
author
Filipe David Borba Manana
<fdmanana@gmail.com>
Fri, 13 Dec 2013 19:39:54 +0000
(19:39 +0000)
committer
Chris Mason
<clm@fb.com>
Tue, 28 Jan 2014 21:19:58 +0000
(13:19 -0800)
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>
fs/btrfs/ctree.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/ctree.h
b/fs/btrfs/ctree.h
index a924274a503e3e1435fc4702f838a2961eb5eb0c..3c9053a153b12208d242882bea547fa54071ec1e 100644
(file)
--- 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;