Bug #1731 ยป 0004-Wrong-variable-used.patch
| sys/vfs/tmpfs/tmpfs_vnops.c | ||
|---|---|---|
|
}
|
||
|
if (bp->b_error) {
|
||
|
kprintf("tmpfs_write bwrite error %d\n", error);
|
||
|
kprintf("tmpfs_write bwrite error %d\n", bp->b_error);
|
||
|
break;
|
||
|
}
|
||
|
}
|
||