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
+1
View File
@@ -117,6 +117,7 @@ int fstat(int fd, FAR struct stat *buf)
* supports the fstat() method
*/
ret = OK;
if (inode->u.i_mops && inode->u.i_mops->fstat)
{
/* Perform the fstat() operation */