mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
freelance-compute-dirsize-correctly-20011009
compute directory size properly
This commit is contained in:
parent
bdc894b945
commit
e4afa03500
@ -90,7 +90,7 @@ void cm_InitFakeRootDir() {
|
|||||||
(curDirEntryInPage + 1 >= CM_DIR_EPP)) {
|
(curDirEntryInPage + 1 >= CM_DIR_EPP)) {
|
||||||
curPage++;
|
curPage++;
|
||||||
curDirEntryInPage = 0;
|
curDirEntryInPage = 0;
|
||||||
curChunk = 0;
|
curChunk = 1;
|
||||||
}
|
}
|
||||||
curChunk += sizeOfCurEntry;
|
curChunk += sizeOfCurEntry;
|
||||||
curDirEntry++;
|
curDirEntry++;
|
||||||
|
Loading…
Reference in New Issue
Block a user