diff mbox

ceph: fix atomic64_t initialization on ia64

Message ID 4C110136.3080709@suse.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jeff Mahoney June 10, 2010, 3:13 p.m. UTC
None
diff mbox

Patch

--- a/fs/ceph/super.c
+++ b/fs/ceph/super.c
@@ -926,7 +926,7 @@  static int ceph_compare_super(struct sup
 /*
  * construct our own bdi so we can control readahead, etc.
  */
-static atomic_long_t bdi_seq = ATOMIC_INIT(0);
+static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
 
 static int ceph_register_bdi(struct super_block *sb, struct ceph_client *client)
 {