Overview
Comment: | Added back completely needed operation |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 84483d593356b6108ab4625fdbb0266c7fa869be |
User & Date: | rkeene on 2014-11-14 05:20:16 |
Other Links: | manifest | tags |
Context
2014-11-14
| ||
06:13 | Updated to decrement reference count for objects as we are done with them check-in: 651fd8051a user: rkeene tags: trunk | |
05:20 | Added back completely needed operation check-in: 84483d5933 user: rkeene tags: trunk | |
04:27 | Fixed extraneous profiling flag check-in: 9c566a30db user: rkeene tags: trunk | |
Changes
Modified appfsd.c from [293b50199a] to [cb5c5230cc].
503 503 static unsigned long long appfs_get_path_inode(const char *path) { 504 504 int retval; 505 505 const char *p; 506 506 507 507 retval = 10; 508 508 509 509 for (p = path; *p; p++) { 510 + retval %= 4290960290ULL; 510 511 retval += *p; 511 512 retval <<= 6; 512 513 } 513 514 514 515 retval += 10; 515 516 retval %= 4294967286ULL; 516 517 retval += 10;