We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8277563 commit 7b151deCopy full SHA for 7b151de
fs/lxfs/src/open.c
@@ -39,7 +39,6 @@ void lxfsOpen(OpenCommand *ocmd) {
39
40
// ensure this is a file
41
if(((entry.flags >> LXFS_DIR_TYPE_SHIFT) & LXFS_DIR_TYPE_MASK) != LXFS_DIR_TYPE_FILE) {
42
- luxLogf(KPRINT_LEVEL_DEBUG, "ISNT FILE\n");
43
ocmd->header.header.status = -EISDIR;
44
luxSendDependency(ocmd);
45
return;
0 commit comments