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:
Derrick Brashear 2010-03-04 20:27:15 -05:00
parent 05da4f4c0f
commit 85d070ac2f

View File

@ -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