Skip to content
Snippets Groups Projects
Commit 00d5643e authored by Jeff Mahoney's avatar Jeff Mahoney Committed by Sage Weil
Browse files

ceph: fix atomic64_t initialization on ia64


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: default avatarJeff Mahoney <jeffm@suse.com>
Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 1e5ea23d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment