]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()
authorTheodore Ts'o <tytso@mit.edu>
Sat, 5 Jul 2014 23:15:50 +0000 (19:15 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jul 2014 23:23:15 +0000 (16:23 -0700)
commitde10aa240c6115c8a8f9889412cea6d4f63b863e
treecd355261db10d8b5d0e68169e11b9b4a63333250
parentfe412959098d4292db0ab215ef3dfb22ae4ec621
ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()

commit 94d4c066a4ff170a2671b1a9b153febbf36796f6 upstream.

We are spending a lot of time explaining to users what this error
means.  Let's try to improve the message to avoid this problem.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/mballoc.c