Remove SI_ISDISK, I found a better solution.

This commit is contained in:
phk 2004-09-24 06:55:32 +00:00
parent 54ba36ef3e
commit f42b730c71

View File

@ -61,7 +61,6 @@ struct cdev {
#define SI_DUMPDEV 0x0080 /* is kernel dumpdev */
#define SI_CANDELETE 0x0100 /* can do BIO_DELETE */
#define SI_CLONELIST 0x0200 /* on a clone list */
#define SI_ISDISK 0x0400 /* device is a disk */
struct timespec si_atime;
struct timespec si_ctime;
struct timespec si_mtime;