summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_inoderemove.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-12 20:07:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-12 20:07:51 +0000
commite7ffb843714beae99d05dd5214cf36e1d623fb30 (patch)
tree0949b1617b14105c23315eaa26b8e3341f7ffc70 /nuttx/fs/fs_inoderemove.c
parent473e28a6eebe47b386e625fd33b1c13b60f8e108 (diff)
downloadpx4-nuttx-e7ffb843714beae99d05dd5214cf36e1d623fb30.tar.gz
px4-nuttx-e7ffb843714beae99d05dd5214cf36e1d623fb30.tar.bz2
px4-nuttx-e7ffb843714beae99d05dd5214cf36e1d623fb30.zip
Add mount() and umount()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@213 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/fs_inoderemove.c')
-rw-r--r--nuttx/fs/fs_inoderemove.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/fs/fs_inoderemove.c b/nuttx/fs/fs_inoderemove.c
index 58ac734e7..cb80dcbc5 100644
--- a/nuttx/fs/fs_inoderemove.c
+++ b/nuttx/fs/fs_inoderemove.c
@@ -101,6 +101,8 @@ static void inode_unlink(struct inode *node,
/****************************************************************************
* Name: inode_remove
+ *
+ * NOTE: Caller must hold the inode semaphore
****************************************************************************/
STATUS inode_remove(const char *path)