commit | 5ef2a69993676a0dfd49bf60ae1323eb8a288366 | [log] [tgz] |
---|---|---|
author | Wang Shilong <wshilong@ddn.com> | Wed Aug 01 12:02:31 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Aug 01 12:02:31 2018 -0400 |
tree | 5d0c3757d20aa8c7c2d14ff15d082e5fdd04f346 | |
parent | 9af0b3d1257756394ebbd06b14937b557e3a756b [diff] |
ext4: use ext4_warning() for sb_getblk failure Out of memory should not be considered as critical errors; so replace ext4_error() with ext4_warnig(). Signed-off-by: Wang Shilong <wshilong@ddn.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@vger.kernel.org