OSDN Git Service

ext4: use ext4_warning() for sb_getblk failure
authorWang Shilong <wshilong@ddn.com>
Wed, 1 Aug 2018 16:02:31 +0000 (12:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Aug 2018 16:02:31 +0000 (12:02 -0400)
commit5ef2a69993676a0dfd49bf60ae1323eb8a288366
tree5d0c3757d20aa8c7c2d14ff15d082e5fdd04f346
parent9af0b3d1257756394ebbd06b14937b557e3a756b
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
fs/ext4/balloc.c
fs/ext4/ialloc.c