OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-36-g4573034

Gerrit Code Review gerrit@openafs.org
Sun, 8 Nov 2009 08:25:34 -0800 (PST)


The following commit has been merged in the master branch:
commit 457303440042ad43e61652b6ca11c84fab390b82
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sat Nov 7 10:51:52 2009 -0500

    Linux: always use afs_maybe_unlock_kernel
    
    In one error case in afs_linux_lookup unlock_kernel() is called
    directly instead of using the conditional "maybe" form.
    If the config is such that the BKL is not taken, this can result
    in an attempt to unlock when the lock has not been taken, and
    can cause an oops.
    
    Change-Id: I27d5db58e9b9d45d925b24e27bc43960499c6ead
    Reviewed-on: http://gerrit.openafs.org/790
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/LINUX/osi_vnodeops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository