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

@ -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.
*/