The attached diff adds a new vcache operation
void
vcache_rekey(struct mount *mp, void *old_key, size_t old_key_len,
void *new_key, size_t new_key_len)to atomically change the key of a cached vnode. As the key is no longer constant remove "const" from all key arguments. Comments or objections anyone? -- J. Hannken-Illjes - [email protected] - TU Braunschweig (Germany)
vcache-rekey.diff
Description: Binary data
