commit | acf3efd6f0037582209cc589392a06ed26d9032b | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Dec 10 09:56:01 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 06 10:40:14 2017 +0100 |
tree | 2ab75e7fbfe61746427c9516443e928a8f540a22 | |
parent | 3e4f8da9d177b447fdd5e82c94f66bac38aa3045 [diff] |
ext4: return -ENOMEM instead of success commit 578620f451f836389424833f1454eeeb2ffc9e9f upstream. We should set the error code if kzalloc() fails. Fixes: 67cf5b09a46f ("ext4: add the basic function for inline data support") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>