fs: Add nx_mount/nx_umount2 function

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-04 21:49:07 +08:00
committed by patacongo
parent 4a3d28a957
commit de33f86ae3
4 changed files with 148 additions and 56 deletions
+1 -1
View File
@@ -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)