summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union.h
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-06-15 22:48:14 +0000
committermux <mux@FreeBSD.org>2002-06-15 22:48:14 +0000
commit62289e8461aa01c16367d44b6e2f109737065bfa (patch)
treee21904b9ce86a9f8628501a0f904d7b3a64d99c9 /sys/fs/unionfs/union.h
parenta9b7ee8dc7c3c2068241f4fbe5ee281eec5529ac (diff)
downloadFreeBSD-src-62289e8461aa01c16367d44b6e2f109737065bfa.zip
FreeBSD-src-62289e8461aa01c16367d44b6e2f109737065bfa.tar.gz
nmount'ify unionfs further by using separate options instead
of passing a flags mount options. This removes the include of sys/fs/unionfs/union.h in mount_unionfs as it should be. Reviewed by: phk
Diffstat (limited to 'sys/fs/unionfs/union.h')
-rw-r--r--sys/fs/unionfs/union.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h
index 28e153e..3a2ee2a 100644
--- a/sys/fs/unionfs/union.h
+++ b/sys/fs/unionfs/union.h
@@ -41,7 +41,6 @@
#define UNMNT_ABOVE 0x0001 /* Target appears above mount point */
#define UNMNT_BELOW 0x0002 /* Target appears below mount point */
#define UNMNT_REPLACE 0x0003 /* Target replaces mount point */
-#define UNMNT_OPMASK 0x0003
struct union_mount {
struct vnode *um_uppervp; /* UN_ULOCK holds locking state */
OpenPOWER on IntegriCloud