Subversion Repositories HelenOS

Rev

Rev 3700 | Rev 4264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3700 Rev 3701
Line 437... Line 437...
437
                goto hit;
437
                goto hit;
438
            }
438
            }
439
        }
439
        }
440
        block_put(b);
440
        block_put(b);
441
    }
441
    }
-
 
442
    j = 0;
442
   
443
   
443
    /*
444
    /*
444
     * We need to grow the parent in order to create a new unused dentry.
445
     * We need to grow the parent in order to create a new unused dentry.
445
     */
446
     */
446
    if (parentp->idx->pfc == FAT_CLST_ROOT) {
447
    if (parentp->idx->pfc == FAT_CLST_ROOT) {