g10: Fix flags to open for lock of ToFU.
* g10/tofu.c (busy_handler): Fix the flags and utime is not needed.
The argument flags must include one of O_RDONLY, O_WRONLY, or O_RDWR.
Adding O_TRUNC, the file is updated. So, utime is not needed.
- Fixes-commit: b2e1b17efa952afcf7aeec8b15e9d0088dba587a
- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>