diff --git a/sys/fs/vfs/file.c b/sys/fs/vfs/file.c index 4001910..48a7587 100644 --- a/sys/fs/vfs/file.c +++ b/sys/fs/vfs/file.c @@ -536,6 +536,7 @@ spinLock(&fdTable_lock); + kprintf("[%s:%i]", __FILE__, __LIME__); for (tmpFd = fdTable; tmpFd != 0x0; tmpFd = tmpFd->next) { if (tmpFd == fd) { if (tmpFd->prev)