fstat: Add fstat() support to nfs.

This commit is contained in:
Gregory Nutt
2017-02-13 10:07:43 -06:00
parent 181eb79616
commit 10378bb10b
5 changed files with 200 additions and 79 deletions
+2 -2
View File
@@ -130,8 +130,8 @@ struct stat
time_t st_mtime; /* Time of last modification */
time_t st_ctime; /* Time of last status change */
/* Internal fields. These are part this specifi instance and should not
* referenced by application code for portability reasons.
/* Internal fields. These are part this specific implementation and
* should not referenced by application code for portability reasons.
*/
#ifdef CONFIG_PSEUDOFS_SOFTLINKS