Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229118
b: refs/heads/master
c: 1319518
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Theodore Ts'o committed Jan 10, 2011
1 parent 2e948c9 commit e22e655
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: 1f605b302724120777a1c38743cb20e2c8807333
refs/heads/master: 13195184a8bc119dbd2f905db325a453047971cb
2 changes: 1 addition & 1 deletion trunk/fs/ext4/page-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int __init ext4_init_pageio(void)
if (io_page_cachep == NULL)
return -ENOMEM;
io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT);
if (io_page_cachep == NULL) {
if (io_end_cachep == NULL) {
kmem_cache_destroy(io_page_cachep);
return -ENOMEM;
}
Expand Down

0 comments on commit e22e655

Please sign in to comment.