|
@@ -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.
|
|
* 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)
|
|
static int ceph_register_bdi(struct super_block *sb, struct ceph_client *client)
|
|
{
|
|
{
|