diff options
author | pjd <pjd@FreeBSD.org> | 2006-10-31 21:12:43 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-10-31 21:12:43 +0000 |
commit | 67c00d09c15829fc438fdaf3ed5b6bb694301114 (patch) | |
tree | 07dd690b1b3a4b092441c9211b64625a2b9015a8 /share | |
parent | d5cc90945161b6ca3448116aa23c9ae0b75a6e94 (diff) | |
download | FreeBSD-src-67c00d09c15829fc438fdaf3ed5b6bb694301114.zip FreeBSD-src-67c00d09c15829fc438fdaf3ed5b6bb694301114.tar.gz |
Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk
can handle BIO_FLUSH requests.
Sponsored by: home.pl
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/disk.9 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9 index d8d446b..d071613 100644 --- a/share/man/man9/disk.9 +++ b/share/man/man9/disk.9 @@ -94,8 +94,10 @@ Currently supported flags are (maintained by device driver), .Dv DISKFLAG_OPEN (maintained by storage framework), -and .Dv DISKFLAG_CANDELETE +(maintained by device driver), +and +.Dv DISKFLAG_CANFLUSHCACHE (maintained by device driver). .It Vt "const char *" Va d_name Holds the name of the storage device class, e.g., |