summaryrefslogtreecommitdiff
path: root/include/linux/devfs_fs_kernel.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2003-04-16 23:09:52 -0700
committerChristoph Hellwig <hch@lst.de>2003-04-16 23:09:52 -0700
commit063a7046b0a95a46c516237fb0d411a6510970f3 (patch)
tree27c9857bf8ccf38c5a8ab66df8a2664f25669861 /include/linux/devfs_fs_kernel.h
parent612d5b9967c1991368911f0393a38042cae5e428 (diff)
[PATCH] remove DEVFS_FL_*
Okay, all flags are gone from devfs callers, time to remove the gunk handling it. devfs_register prototype will change later.
Diffstat (limited to 'include/linux/devfs_fs_kernel.h')
-rw-r--r--include/linux/devfs_fs_kernel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h
index f484bc34339d..e7eea3cb3b12 100644
--- a/include/linux/devfs_fs_kernel.h
+++ b/include/linux/devfs_fs_kernel.h
@@ -12,9 +12,7 @@
#define DEVFS_SUPER_MAGIC 0x1373
#define DEVFS_FL_NONE 0x000 /* This helps to make code more readable
- */
-#define DEVFS_FL_WAIT 0x010 /* Wait for devfsd to finish */
-#define DEVFS_FL_CURRENT_OWNER 0x020 /* Set initial ownership to current */
+ no, it doesn't --hch */
#define DEVFS_FL_DEFAULT DEVFS_FL_NONE