mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
fs: Add nx_mount/nx_umount2 function
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@
|
||||
#define MNT_EXPIRE (1 << 2)
|
||||
#define UMOUNT_NOFOLLOW (0)
|
||||
|
||||
/* mount() is equivalent to umount2() with flags = 0 */
|
||||
/* umount() is equivalent to umount2() with flags = 0 */
|
||||
|
||||
#define umount(t) umount2(t,0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user