From d108571aed463bc87c75975ebf3e1f327e745c49 Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Thu, 10 Jun 2010 11:13:58 -0400 Subject: [PATCH] --- yaml --- r: 200332 b: refs/heads/master c: 00d5643e7c5ed4ae1bb0b385fe2f41bb951cc3cd h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ceph/super.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5991d2ea0a47..9940130a3a3a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e5ea23df11c7c90c7e7268dd3a6603bfa5aadf7 +refs/heads/master: 00d5643e7c5ed4ae1bb0b385fe2f41bb951cc3cd diff --git a/trunk/fs/ceph/super.c b/trunk/fs/ceph/super.c index 8db88792b5ad..fa87f51e38e1 100644 --- a/trunk/fs/ceph/super.c +++ b/trunk/fs/ceph/super.c @@ -926,7 +926,7 @@ static int ceph_compare_super(struct super_block *sb, void *data) /* * 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) {