OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2985-geae608d
Gerrit Code Review
gerrit@openafs.org
Tue, 2 Oct 2012 20:14:13 -0700 (PDT)
The following commit has been merged in the master branch:
commit eae608d99a5ae94624200f91af6ed818c9f6612b
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Oct 2 15:04:47 2012 -0500
afs: Use common cleanup code for lockctl EINVAL
afs_lockctl has common cleanup code in the 'done' label. Use it here,
instead of trying to duplicate it.
Currently this code path appears to not be dropping the discon lock,
which this rectifies.
Change-Id: I136a78bc3235454db7e3d69bb79b0061cfcab265
Reviewed-on: http://gerrit.openafs.org/8196
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/VNOPS/afs_vnop_flock.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository