summaryrefslogtreecommitdiff
path: root/include/linux/devfs_fs_kernel.h
diff options
context:
space:
mode:
authorRichard Gooch <rgooch@atnf.csiro.au>2002-10-14 00:16:54 +0000
committerRichard Gooch <rgooch@atnf.csiro.au>2002-10-14 00:16:54 +0000
commit059c6fac9d7d9634d62f4a64db68a0f43fa91568 (patch)
tree500eb569e8abe0e3c19003e4c2024f22c4349ab9 /include/linux/devfs_fs_kernel.h
parent53731310ca681e7da688421292ae8fd29f20c29e (diff)
Removed DEVFS_FL_AUTO_OWNER flag
Diffstat (limited to 'include/linux/devfs_fs_kernel.h')
-rw-r--r--include/linux/devfs_fs_kernel.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h
index 0f950158a510..a9327bb3000a 100644
--- a/include/linux/devfs_fs_kernel.h
+++ b/include/linux/devfs_fs_kernel.h
@@ -23,21 +23,14 @@
#define DEVFS_FL_NONE 0x000 /* This helps to make code more readable
*/
-#define DEVFS_FL_AUTO_OWNER 0x001 /* When a closed inode is opened the
- ownerships are set to the opening
- process and the protection is set to
- that given in <<mode>>. When the inode
- is closed, ownership reverts back to
- <<uid>> and <<gid>> and the protection
- is set to read-write for all */
-#define DEVFS_FL_HIDE 0x002 /* Do not show entry in directory list */
-#define DEVFS_FL_AUTO_DEVNUM 0x004 /* Automatically generate device number
+#define DEVFS_FL_HIDE 0x001 /* Do not show entry in directory list */
+#define DEVFS_FL_AUTO_DEVNUM 0x002 /* Automatically generate device number
*/
-#define DEVFS_FL_AOPEN_NOTIFY 0x008 /* Asynchronously notify devfsd on open
+#define DEVFS_FL_AOPEN_NOTIFY 0x004 /* Asynchronously notify devfsd on open
*/
-#define DEVFS_FL_REMOVABLE 0x010 /* This is a removable media device */
-#define DEVFS_FL_WAIT 0x020 /* Wait for devfsd to finish */
-#define DEVFS_FL_CURRENT_OWNER 0x040 /* Set initial ownership to current */
+#define DEVFS_FL_REMOVABLE 0x008 /* This is a removable media device */
+#define DEVFS_FL_WAIT 0x010 /* Wait for devfsd to finish */
+#define DEVFS_FL_CURRENT_OWNER 0x020 /* Set initial ownership to current */
#define DEVFS_FL_DEFAULT DEVFS_FL_NONE