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:
1e5ea23
)
ceph: fix atomic64_t initialization on ia64
author
Jeff Mahoney
<jeffm@suse.com>
Thu, 10 Jun 2010 15:13:58 +0000
(11:13 -0400)
committer
Sage Weil
<sage@newdream.net>
Thu, 10 Jun 2010 20:29:50 +0000
(13:29 -0700)
bdi_seq is an atomic_long_t but we're using ATOMIC_INIT, which causes
build failures on ia64. This patch fixes it to use ATOMIC_LONG_INIT.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found