diff options
author | Steve French <sfrench@us.ibm.com> | 2005-11-09 17:33:22 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-11-09 17:33:22 -0500 |
commit | e82b3aec8d508d2a925a4c766e97f16b7c4dfb1b (patch) | |
tree | 69d5685ef0c194f651a03e30bff14628b4d45400 /fs/mbcache.c | |
parent | ec58ef03284f0bfa50a04982b74c8c2325a0758e (diff) | |
parent | ad8f76be48d817b48222411ae16a7dfe257bdb24 (diff) |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'fs/mbcache.c')
-rw-r--r-- | fs/mbcache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/mbcache.c b/fs/mbcache.c index 298997f17475..0f1e4530670f 100644 --- a/fs/mbcache.c +++ b/fs/mbcache.c | |||
@@ -301,8 +301,7 @@ fail: | |||
301 | if (cache) { | 301 | if (cache) { |
302 | while (--m >= 0) | 302 | while (--m >= 0) |
303 | kfree(cache->c_indexes_hash[m]); | 303 | kfree(cache->c_indexes_hash[m]); |
304 | if (cache->c_block_hash) | 304 | kfree(cache->c_block_hash); |
305 | kfree(cache->c_block_hash); | ||
306 | kfree(cache); | 305 | kfree(cache); |
307 | } | 306 | } |
308 | return NULL; | 307 | return NULL; |