mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +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:
parent
f7bcd1c8c3
commit
4109cfb206
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue