Modules/LVM - Minor note
authorJohn Hodge <[email protected]>
Sat, 9 Feb 2013 06:39:43 +0000 (14:39 +0800)
committerJohn Hodge <[email protected]>
Sat, 9 Feb 2013 06:39:43 +0000 (14:39 +0800)
KernelLand/Modules/Storage/LVM/main.c

index 8793d68..a41f6a2 100644 (file)
@@ -130,6 +130,8 @@ int LVM_Root_ReadDir(tVFS_Node *Node, int ID, char Dest[FILENAME_MAX])
        
        if( ID < 0 )    return -EINVAL;
 
+       // TODO: Sub-dirs for 'by-uuid', 'by-label' etc
+
        for( vol = gpLVM_FirstVolume; vol && ID --; vol = vol->Next );
        
        if(vol) {

UCC git Repository :: git.ucc.asn.au