]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ceph: fix atomic64_t initialization on ia64
authorJeff Mahoney <jeffm@suse.com>
Thu, 10 Jun 2010 15:13:58 +0000 (11:13 -0400)
committerSage Weil <sage@newdream.net>
Thu, 10 Jun 2010 20:29:50 +0000 (13:29 -0700)
commit00d5643e7c5ed4ae1bb0b385fe2f41bb951cc3cd
tree5bfc31767da9d3a987be9ff117d366bfa8d73415
parent1e5ea23df11c7c90c7e7268dd3a6603bfa5aadf7
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>
fs/ceph/super.c