commit | 0db9fdeb347c10f64b679577f2640c9e35ea5a30 | [log] [tgz] |
---|---|---|
author | Wang Shilong <wshilong@ddn.com> | Sat May 12 11:35:01 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 12 11:35:01 2018 -0400 |
tree | 355a5f71145fd6262f741b06770cc1a60af8b420 | |
parent | e254d1afac83fd441e4051771b3d8f5eaf49fd3a [diff] |
ext4: fix wrong return value in ext4_read_inode_bitmap() The only reason that sb_getblk() could fail is out of memory, ext4 codes have returned -ENOMME for all other places except this one, let's fix it here too. Signed-off-by: Wang Shilong <wshilong@ddn.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>