mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:04:17 +08:00
BINFS now supports open, close, and FIOC_FILENAME ioctl
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5522 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1188,9 +1188,10 @@ int nxffs_close(FAR struct file *filep)
|
||||
ofile->crefs--;
|
||||
}
|
||||
|
||||
filep->f_priv = NULL;
|
||||
|
||||
filep->f_priv = NULL;
|
||||
sem_post(&volume->exclsem);
|
||||
|
||||
errout:
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user