commit | 36af7cd560b93228cdc691aab613da28ad94e18b | [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 11:16:13 2017 +0100 |
tree | 3a80c58a132210767ef36dbaf7aeaa3daaff15c3 | |
parent | 519a30148e23a5a4efc520effa8fb22da5557e6a [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>