1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Add BIO_FLUSH support to GSHSEC class.

This commit is contained in:
Pawel Jakub Dawidek 2006-11-01 12:30:51 +00:00
parent 0c554c7884
commit 118c814ee8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163869

View File

@ -317,6 +317,7 @@ g_shsec_start(struct bio *bp)
switch (bp->bio_cmd) {
case BIO_READ:
case BIO_WRITE:
case BIO_FLUSH:
/*
* Only those requests are supported.
*/