commit | 31b481dc7c249eac0a108ec5dfc0d4aef2217e39 | [log] [tgz] |
---|---|---|
author | Mingming Cao <cmm@us.ibm.com> | Fri Jul 11 19:27:31 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jul 11 19:27:31 2008 -0400 |
tree | 43b552863d1a94a022f5b4e9d4c8f7ec07949a09 | |
parent | 69baee062a044ef1588e423e52131710e7584d1a [diff] |
ext4: Fix ext4_mb_init_cache return error ext4_mb_init_cache() incorrectly always return EIO on success. This causes the caller of ext4_mb_init_cache() fail when it checks the return value. Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>