commit | 7ed1a141955be676d35fe19c93b3e60b00ceb561 | [log] [tgz] |
---|---|---|
author | Harshad Shirwadkar <[email protected]> | Thu Feb 11 22:22:35 2021 +0000 |
committer | COS Cherry Picker <[email protected]> | Fri Feb 12 15:57:04 2021 -0800 |
tree | ee5119a5e2a6c981fbd9b4d66e5a942538653782 | |
parent | 48fc5a25474d62cc00958485fd7a8536e9cace07 [diff] |
ext4: fix fc_track_create call in ext4_create In case of error, don't call ext4_fc_track_create(). BUG=b/180027487 TEST=Before this fix, generic/027 made the kernel crash. After the fix, the kernel doesn't crash and the test passes. RELEASE_NOTE=Fixed a kernel crash due to fast commit changes. cos-patch: bug Signed-off-by: Harshad Shirwadkar <[email protected]> Change-Id: Iaa777b73bcc330284053af6674dd9a26b3420b24 Reviewed-on: https://cos-review.googlesource.com/c/third_party/kernel/+/12330 Reviewed-by: Vaibhav Rustagi <[email protected]> Tested-by: Cusky Presubmit Bot <[email protected]> (cherry picked from commit 5e36a0271c07d1dcb8aa497bd8e76937222431b8) Reviewed-on: https://cos-review.googlesource.com/c/third_party/kernel/+/12370 Main-Branch-Verified: Cusky Presubmit Bot <[email protected]> Reviewed-by: Leah Rumancik <[email protected]>