2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-28 21:07:43 +00:00

autofs: fix a frankenstein auto-created by clang-format

Fixes: 93dd984ca ("Run 'make indent' on all C files")

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
This commit is contained in:
Pavel Tikhomirov 2023-01-12 18:06:26 +03:00 committed by Andrei Vagin
parent aab709b602
commit c8b4fb9ba5

View File

@ -431,8 +431,7 @@ static int access_autofs_mount(struct mount_info *pm)
pr_err("failed to fork\n");
goto close_autofs_mnt;
case 0:
/* We don't care about results.
* All we need is to "touch" */
/* We don't care about results, all we need is to "touch" */
/* coverity[check_return] */
openat(autofs_mnt, mnt_path, O_RDONLY | O_NONBLOCK | O_DIRECTORY);
_exit(0);