Refer -- fs_open.c: /* If the file is opened for creation, then get the mode bits */ if ((oflags & (O_WRONLY | O_CREAT)) != 0) { mode = va_arg(ap, mode_t); } Signed-off-by: huxiandong <huxiandong@xiaomi.com>
Refer -- fs_open.c: /* If the file is opened for creation, then get the mode bits */ if ((oflags & (O_WRONLY | O_CREAT)) != 0) { mode = va_arg(ap, mode_t); } Signed-off-by: huxiandong <huxiandong@xiaomi.com>