diff options
author | 2010-06-10 11:13:58 -0400 | |
---|---|---|
committer | 2010-06-10 13:29:50 -0700 | |
commit | 00d5643e7c5ed4ae1bb0b385fe2f41bb951cc3cd (patch) | |
tree | 5bfc31767da9d3a987be9ff117d366bfa8d73415 /lib/dynamic_debug.c | |
parent | ceph: fix lease revocation when seq doesn't match (diff) | |
download | linux-dev-00d5643e7c5ed4ae1bb0b385fe2f41bb951cc3cd.tar.xz linux-dev-00d5643e7c5ed4ae1bb0b385fe2f41bb951cc3cd.zip |
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: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions