Home
last modified time | relevance | path

Searched hist:b06acd38a44127b382fa53e49878f7a2b70af6f2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dextents.cdiff b06acd38a44127b382fa53e49878f7a2b70af6f2 Mon Jan 28 20:21:12 CST 2013 Lukas Czerner <lczerner@redhat.com> ext4: remove explicit WARN_ON when ext4_map_blocks() fails

In two places we call WARN_ON() before we print out the debug message,
however we agreed that the WARN_ON() is unnecessary at those places so
remove them.

Also use ext4_warning() instead of ext4_msg() and printk().

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>