commit | 10066343814417e881dc2200b6f6c6fdd3c3e533 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Nov 15 12:48:36 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Nov 18 14:59:51 2024 -0800 |
tree | 8c7600abaf453eaf4b49fa0781e851c24862588e | |
parent | 758c0d8347f4074447a00c75a3f76e3719e4ddc1 [diff] |
xfs: fix error bailout in xfs_rtginode_create smatch reported that we screwed up the error cleanup in this function. Fix it. Fixes: ae897e0bed0f54 ("xfs: support creating per-RTG files in growfs") Reported-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>