Skip to content

Commit

Permalink
lxfs: remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Oct 6, 2024
1 parent 8277563 commit 7b151de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/lxfs/src/open.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ void lxfsOpen(OpenCommand *ocmd) {

// ensure this is a file
if(((entry.flags >> LXFS_DIR_TYPE_SHIFT) & LXFS_DIR_TYPE_MASK) != LXFS_DIR_TYPE_FILE) {
luxLogf(KPRINT_LEVEL_DEBUG, "ISNT FILE\n");
ocmd->header.header.status = -EISDIR;
luxSendDependency(ocmd);
return;
Expand Down

0 comments on commit 7b151de

Please sign in to comment.