Ignore:
Timestamp:
Sep 21, 2018, 10:26:47 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Remove y_max in all functions except dqdt_init()

File:
1 edited

Legend:

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

    r457 r561  
    3838    xptr_t    root_inode_xp;   // unused                     
    3939 
    40     cxy_t     cxy = vfs_cluster_random_select();
     40    cxy_t     cxy = cluster_random_select();
    4141
    4242    // create VFS dentry and VFS inode for RAMFS root directory
Note: See TracChangeset for help on using the changeset viewer.