Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231660
b: refs/heads/master
c: 27eaa1c
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Al Viro committed Jan 17, 2011
1 parent 89ef2d4 commit 2e4193d
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: 274052ef0bac011249925f6616d147b1491fc601
refs/heads/master: 27eaa1c90c608aa907336c2743d5ecf35c469440
2 changes: 1 addition & 1 deletion trunk/fs/aio.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static int __init aio_setup(void)

aio_wq = create_workqueue("aio");
abe_pool = mempool_create_kmalloc_pool(1, sizeof(struct aio_batch_entry));
BUG_ON(!abe_pool);
BUG_ON(!aio_wq || !abe_pool);

pr_debug("aio_setup: sizeof(struct page) = %d\n", (int)sizeof(struct page));

Expand Down

0 comments on commit 2e4193d

Please sign in to comment.