commit | d09099051057bbae5e1a887167ad6189ac8bfca4 | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@icloud.com> | Mon Feb 26 17:45:12 2018 +0800 |
committer | Jan Kara <jack@suse.cz> | Fri Mar 02 14:23:11 2018 +0100 |
tree | 82779d25811aed48918168272ccf3c5554c88523 | |
parent | b72e632c6c7e29343651b0e26539b2e01444dfe6 [diff] |
ext2: change return code to -ENOMEM when failing memory allocation Change return code to -ENOMEM from -EINVAL when failing memory allocation in fill_super(), meanwhile delete redundant initial assignment of variable err. Signed-off-by: Chengguang Xu <cgxu519@icloud.com> Signed-off-by: Jan Kara <jack@suse.cz>