diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-10-31 21:11:21 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-10-31 21:11:21 +0000 |
| commit | c3618c657a120cc152f3ff15995e3f690b17ba57 (patch) | |
| tree | bc3a2953fbf55d1341923bd813f3f8dd4551b7bd /sys/kern/subr_disk.c | |
| parent | cef5850ba06a4d9618e331d3e1f48517b89f5235 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_disk.c')
| -rw-r--r-- | sys/kern/subr_disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index 56bab3e4da17..c8ed9ced6072 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -43,6 +43,7 @@ disk_err(struct bio *bp, const char *what, int blkdone, int nl) case BIO_WRITE: printf("cmd=write "); break; case BIO_DELETE: printf("cmd=delete "); break; case BIO_GETATTR: printf("cmd=getattr "); break; + case BIO_FLUSH: printf("cmd=flush "); break; default: printf("cmd=%x ", bp->bio_cmd); break; } sn = bp->bio_pblkno; |
