Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200332
b: refs/heads/master
c: 00d5643
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Sage Weil committed Jun 10, 2010
1 parent be24b70 commit d108571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e5ea23df11c7c90c7e7268dd3a6603bfa5aadf7
refs/heads/master: 00d5643e7c5ed4ae1bb0b385fe2f41bb951cc3cd
2 changes: 1 addition & 1 deletion trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit d108571

Please sign in to comment.