ext4: return -ENOMEM instead of success
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 10 Dec 2016 14:56:01 +0000 (09:56 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jan 2017 10:16:13 +0000 (11:16 +0100)
commit36af7cd560b93228cdc691aab613da28ad94e18b
tree3a80c58a132210767ef36dbaf7aeaa3daaff15c3
parent519a30148e23a5a4efc520effa8fb22da5557e6a
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>
fs/ext4/inline.c