mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
correct cred mgmt typo
crfree is not crfee Change-Id: I28de28f8b93220a694272898ef02185e749e8d49 Reviewed-on: http://gerrit.openafs.org/1515 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
05da4f4c0f
commit
85d070ac2f
@ -543,7 +543,7 @@ afs_linux_lock(struct file *fp, int cmd, struct file_lock *flp)
|
||||
if ((conflict = posix_test_lock(fp, flp))) {
|
||||
locks_copy_lock(flp, conflict);
|
||||
flp->fl_type = F_UNLCK;
|
||||
crfee(credp);
|
||||
crfree(credp);
|
||||
return 0;
|
||||
}
|
||||
# else
|
||||
|
Loading…
x
Reference in New Issue
Block a user