mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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:
parent
15b8e32c17
commit
020c228425
@ -577,7 +577,7 @@ afs_linux_lock(struct file *fp, int cmd, struct file_lock *flp)
|
|||||||
if ((conflict = posix_test_lock(fp, flp))) {
|
if ((conflict = posix_test_lock(fp, flp))) {
|
||||||
locks_copy_lock(flp, conflict);
|
locks_copy_lock(flp, conflict);
|
||||||
flp->fl_type = F_UNLCK;
|
flp->fl_type = F_UNLCK;
|
||||||
crfee(credp);
|
crfree(credp);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
# else
|
# else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user