Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dextents.cdiff dc1841d6cff22b98deef46bfe768a9c678d917c2 Mon Mar 19 22:07:43 CDT 2012 Lukas Czerner <lczerner@redhat.com> ext4: give more helpful error message in ext4_ext_rm_leaf()

The error message produced by the ext4_ext_rm_leaf() when we are
removing blocks which accidentally ends up inside the existing extent,
is not very helpful, because we would like to also know which extent did
we collide with.

This commit changes the error message to get us also the information
about the extent we are colliding with.

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