mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
Remove SI_ISDISK, I found a better solution.
This commit is contained in:
parent
a7830346e2
commit
af8b19780a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135717
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user