]> Git Repo - linux.git/commit
ext4: Fix ext4_mb_init_cache return error
authorMingming Cao <[email protected]>
Fri, 11 Jul 2008 23:27:31 +0000 (19:27 -0400)
committerTheodore Ts'o <[email protected]>
Fri, 11 Jul 2008 23:27:31 +0000 (19:27 -0400)
commit31b481dc7c249eac0a108ec5dfc0d4aef2217e39
tree43b552863d1a94a022f5b4e9d4c8f7ec07949a09
parent69baee062a044ef1588e423e52131710e7584d1a
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 <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
fs/ext4/mballoc.c
This page took 0.043863 seconds and 4 git commands to generate.