Retire D_CANFREE flag.

This commit is contained in:
phk 2003-02-11 12:51:51 +00:00
parent ab4aed671a
commit 3c2e77371c
2 changed files with 0 additions and 2 deletions

View File

@ -205,7 +205,6 @@ typedef int l_modem_t(struct tty *tp, int flag);
*/
#define D_MEMDISK 0x00010000 /* memory type disk */
#define D_NAGGED 0x00020000 /* nagged about missing make_dev() */
#define D_CANFREE 0x00040000 /* can free blocks */
#define D_TRACKCLOSE 0x00080000 /* track all closes */
#define D_MMAP_ANON 0x00100000 /* special treatment in vm_mmap.c */
#define D_KQFILTER 0x00200000 /* has kqfilter entry */

View File

@ -205,7 +205,6 @@ typedef int l_modem_t(struct tty *tp, int flag);
*/
#define D_MEMDISK 0x00010000 /* memory type disk */
#define D_NAGGED 0x00020000 /* nagged about missing make_dev() */
#define D_CANFREE 0x00040000 /* can free blocks */
#define D_TRACKCLOSE 0x00080000 /* track all closes */
#define D_MMAP_ANON 0x00100000 /* special treatment in vm_mmap.c */
#define D_KQFILTER 0x00200000 /* has kqfilter entry */