Ignore:
Timestamp:
Jul 21, 2017, 7:36:08 AM (7 years ago)
Author:
alain
Message:

Fix several bugs in VFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/kernel_init.c

    r249 r265  
    860860            fatfs_ctx_t * fatfs_ctx = fatfs_ctx_alloc();
    861861
    862 printk("\n@@@ %s extend = %x\n", __FUNCTION__ , fatfs_ctx );
    863 
    864862            nolock_assert( (fatfs_ctx != NULL) , __FUNCTION__ ,
    865863                           "cannot create FATFS context in cluster 0\n" );
     
    901899            hal_core_sleep();
    902900        }
    903 
    904 ///////////////////////////////@@@
    905 fatfs_ctx_display();
    906 ///////////////////////////////@@@
    907901
    908902        // register VFS root inode in process_zero
Note: See TracChangeset for help on using the changeset viewer.