diff options
author | Jeff Mahoney <jeffm@suse.com> | 2010-06-10 17:13:58 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-06-10 22:29:50 +0200 |
commit | 00d5643e7c5ed4ae1bb0b385fe2f41bb951cc3cd (patch) | |
tree | 5bfc31767da9d3a987be9ff117d366bfa8d73415 /Makefile | |
parent | ceph: fix lease revocation when seq doesn't match (diff) | |
download | linux-00d5643e7c5ed4ae1bb0b385fe2f41bb951cc3cd.tar.xz linux-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 'Makefile')
0 files changed, 0 insertions, 0 deletions