summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/fs/tmpfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/tmpfs.c b/sys/fs/tmpfs.c
index 9dce89a..50f2d74 100644
--- a/sys/fs/tmpfs.c
+++ b/sys/fs/tmpfs.c
@@ -287,7 +287,6 @@ tmpfs_write(struct vnode *vp, struct sio_txn *sio)
buf = np->data;
memcpy(&buf[sio->offset], sio->buf, sio->len);
spinlock_release(&np->lock);
- kprintf("%d\n", sio->len);
return sio->len;
}