- GV_BIO_RETRY is not used, and it is actually impossible with more than 8

values for bio_cflags/bio_pflags.
This commit is contained in:
Ulf Lilleengen 2009-05-06 18:24:56 +00:00
parent 040272465d
commit 451b95f489
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191850

View File

@ -116,7 +116,6 @@
#define GV_BIO_REBUILD 0x20
#define GV_BIO_CHECK 0x40
#define GV_BIO_PARITY 0x80
#define GV_BIO_RETRY 0x100
#define GV_BIO_INTERNAL \
(GV_BIO_SYNCREQ | GV_BIO_INIT | GV_BIO_REBUILD |GV_BIO_CHECK)