The following commit has been merged in the master branch:
commit fd23587a5dbc9a15e2b2e83160b947f045c92af1
Author: Michael Meffie <[email protected]>
Date:   Tue Sep 15 13:33:12 2015 -0400

    LINUX: Fix oops during negative dentry caching
    
    Commit 2e9dcc069904aaa434787eec53c6f9821911cbab reinstated negative
    dentry caching, but introduced an oops when fakestat is in use.  Be sure
    the GLOCK is held when looking up the parent vcache dv when the parent
    is a mount point and fakestat is in use, since the calls to do the
    lookup require the GLOCK to be held.
    
    Change-Id: I6c47fbf53280400bf40271b1ff2837bd7c6dc69e
    Reviewed-on: http://gerrit.openafs.org/12019
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to