]> granicus.if.org Git - strace/blobdiff - umount.c
tests: check decoding of netlink smc_diag_msg attributes
[strace] / umount.c
index 4f599ea1f1ca5e58413e975e09a2e3dd3c8e0d96..8fafeabe22b88d91e110be3a95d0377846400ad2 100644 (file)
--- a/umount.c
+++ b/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)