Update umount2 flags
* umount.c (MNT_FORCE, MNT_DETACH, MNT_EXPIRE): Move definitions ... * xlat/umount_flags.in: ... here. Add UMOUNT_NOFOLLOW.
This commit is contained in:
parent
431d7fd21a
commit
97af1be4c6
5
umount.c
5
umount.c
@ -1,9 +1,4 @@
|
||||
#include "defs.h"
|
||||
|
||||
#define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */
|
||||
#define MNT_DETACH 0x00000002 /* Just detach from the tree */
|
||||
#define MNT_EXPIRE 0x00000004 /* Mark for expiry */
|
||||
|
||||
#include "xlat/umount_flags.h"
|
||||
|
||||
SYS_FUNC(umount2)
|
||||
|
@ -1,3 +1,4 @@
|
||||
MNT_FORCE
|
||||
MNT_DETACH
|
||||
MNT_EXPIRE
|
||||
MNT_FORCE 1
|
||||
MNT_DETACH 2
|
||||
MNT_EXPIRE 4
|
||||
UMOUNT_NOFOLLOW 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user