From e22e6558546f26fe3bf68a7f366f0d18977bc029 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Mon, 10 Jan 2011 12:10:44 -0500 Subject: [PATCH] --- yaml --- r: 229118 b: refs/heads/master c: 13195184a8bc119dbd2f905db325a453047971cb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/page-io.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6c7162e7ab13..76a1cb7d8a2b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f605b302724120777a1c38743cb20e2c8807333 +refs/heads/master: 13195184a8bc119dbd2f905db325a453047971cb diff --git a/trunk/fs/ext4/page-io.c b/trunk/fs/ext4/page-io.c index 0f5dfe0e83e7..7270dcfca92a 100644 --- a/trunk/fs/ext4/page-io.c +++ b/trunk/fs/ext4/page-io.c @@ -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; }