Ignore:
Timestamp:
Nov 19, 2020, 11:54:16 PM (4 years ago)
Author:
alain
Message:

Introduce the DEBUG_VFS_ERROR in kernel_config to make
error messges display conditional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/fs/ramfs.c

    r623 r673  
    5050    // update inode type field
    5151    inode_ptr = GET_PTR( inode_xp );
    52     inode_ptr->type = INODE_TYPE_DIR;
     52    inode_ptr->type = FILE_TYPE_DIR;
    5353}
    5454
Note: See TracChangeset for help on using the changeset viewer.