Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211613
b: refs/heads/master
c: 240634e
h: refs/heads/master
i:
  211611: c87fd4f
v: v3
  • Loading branch information
Sage Weil committed Oct 20, 2010
1 parent 08fefb8 commit e00cfb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 571dba52a34015a5a7aa5d480a86936878444a6f
refs/heads/master: 240634e9b3a8ae2a9e2b7effeea3b9a5b30d68fb
1 change: 1 addition & 0 deletions trunk/net/ceph/pagelist.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ static int ceph_pagelist_addpage(struct ceph_pagelist *pl)
} else {
page = list_first_entry(&pl->free_list, struct page, lru);
list_del(&page->lru);
--pl->num_pages_free;
}
if (!page)
return -ENOMEM;
Expand Down

0 comments on commit e00cfb5

Please sign in to comment.