mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
linux-make-lock-unlock-20040624
FIXES 5430 don't double lock the kernel
This commit is contained in:
parent
c91503f32d
commit
f42cf2a991
@ -1142,7 +1142,7 @@ afs_linux_unlink(struct inode *dip, struct dentry *dp)
|
||||
if (!code)
|
||||
d_drop(dp);
|
||||
#if defined(AFS_LINUX26_ENV)
|
||||
lock_kernel();
|
||||
unlock_kernel();
|
||||
#endif
|
||||
AFS_GUNLOCK();
|
||||
crfree(credp);
|
||||
|
Loading…
Reference in New Issue
Block a user