Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356613
b: refs/heads/master
c: 43be594
h: refs/heads/master
i:
  356611: be06736
v: v3
  • Loading branch information
Zhang Yanfei authored and Linus Torvalds committed Feb 24, 2013
1 parent f691d3e commit 984c929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6434b94a16b09ac84a6411adb2bc0b645245d007
refs/heads/master: 43be594a6b0ce34ab5fa3b13e08727a99fb95b91
4 changes: 2 additions & 2 deletions trunk/fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,7 @@ static struct kmem_cache *bh_cachep __read_mostly;
* Once the number of bh's in the machine exceeds this level, we start
* stripping them in writeback.
*/
static int max_buffer_heads;
static unsigned long max_buffer_heads;

int buffer_heads_over_limit;

Expand Down Expand Up @@ -3343,7 +3343,7 @@ EXPORT_SYMBOL(bh_submit_read);

void __init buffer_init(void)
{
int nrpages;
unsigned long nrpages;

bh_cachep = kmem_cache_create("buffer_head",
sizeof(struct buffer_head), 0,
Expand Down

0 comments on commit 984c929

Please sign in to comment.