[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 10/12] mini-os: add struct file_ops for file type socket
Juergen Gross, le mar. 11 janv. 2022 16:12:13 +0100, a ecrit: > +static int socket_fstat(int fd, struct stat *buf) > +{ > + buf->st_mode = S_IFSOCK | S_IRUSR | S_IWUSR; > + buf->st_atime = buf->st_mtime = buf->st_ctime = time(NULL); > + > + return 0; > +} Similarly, this seems to be missing setting st_uid, st_gid, st_size? Samuel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |