git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64c7b1
)
btrfs: use explicit initializer for seq_elem
author
David Sterba
<dsterba@suse.cz>
Wed, 25 Feb 2015 14:47:32 +0000
(15:47 +0100)
committer
David Sterba
<dsterba@suse.cz>
Tue, 3 Mar 2015 16:23:59 +0000
(17:23 +0100)
Using {} as initializer for struct seq_elem does not properly initialize
the list_head member, but it currently works because it gets set through
btrfs_get_tree_mod_seq if 'seq' is 0.
Signed-off-by: David Sterba <dsterba@suse.cz>
No differences found