Changeset 561 for trunk/kernel/fs/vfs.h


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/vfs.h

    r484 r561  
    517517
    518518/******************************************************************************************
    519  * This function randomly selects a cluster for a new inode.
    520  ******************************************************************************************
    521  * @ returns the selected cluster identifier.
    522  *****************************************************************************************/
    523 cxy_t vfs_cluster_random_select( void );
    524 
    525 /******************************************************************************************
    526519 * This function returns in a kernel buffer allocated by the caller function,
    527520 * the pathname of a file/dir identified by an extended pointer on the inode.
Note: See TracChangeset for help on using the changeset viewer.