LINUX24: crfree typo

crfree, not crfee.

Change-Id: I4a2d4bd4e37e409b62d587b22c36f4a6d02e9c32
Reviewed-on: http://gerrit.openafs.org/2272
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Andrew Deason 2010-06-28 11:03:28 -05:00 committed by Derrick Brashear
parent 15b8e32c17
commit 020c228425

View File

@ -577,7 +577,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