ext4: return ENOMEM rather than EIO when find_###_page() fails
authorYounger Liu <younger.liucn@gmail.com>
Fri, 11 Apr 2014 03:03:43 +0000 (23:03 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 11 Apr 2014 03:03:43 +0000 (23:03 -0400)
commitc57ab39b9658315a742b6e61fdc86bb4d20cf566
treeb59bef7025119de7c66a36cf9de27de503eaa8a4
parent1ce01c4a199c50b023802be25261c0c02b2f0214
ext4: return ENOMEM rather than EIO when find_###_page() fails

Return ENOMEM rather than EIO when find_get_page() fails in
ext4_mb_get_buddy_page_lock() and find_or_create_page() fails in
ext4_mb_load_buddy().

Signed-off-by: Younger Liu <younger.liucn@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c
This page took 0.024217 seconds and 5 git commands to generate.