g_disk_flushcache definitely should not be traced under G_T_TOPOLOGY
... use G_T_BIO instead MFC after: 1 week
This commit is contained in:
parent
3a99e819f3
commit
85f5b9aa70
@ -392,7 +392,7 @@ g_disk_start(struct bio *bp)
|
|||||||
error = ENOIOCTL;
|
error = ENOIOCTL;
|
||||||
break;
|
break;
|
||||||
case BIO_FLUSH:
|
case BIO_FLUSH:
|
||||||
g_trace(G_T_TOPOLOGY, "g_disk_flushcache(%s)",
|
g_trace(G_T_BIO, "g_disk_flushcache(%s)",
|
||||||
bp->bio_to->name);
|
bp->bio_to->name);
|
||||||
if (!(dp->d_flags & DISKFLAG_CANFLUSHCACHE)) {
|
if (!(dp->d_flags & DISKFLAG_CANFLUSHCACHE)) {
|
||||||
error = EOPNOTSUPP;
|
error = EOPNOTSUPP;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user