• Andrew Morton's avatar
    [PATCH] kNFSd: unlock-on-close fix · d0ea542a
    Andrew Morton authored
    From: NeilBrown <neilb@cse.unsw.edu.au>
    
    add the bookeeping necessary to remove all locks held by an nfsv4 lockowner
    upon CLOSE, or upon state expiration.  calls locks_remove_posix().
    
    replace list_del_init() with list_del on nfsv4 state structures that are
    being reaped.
    d0ea542a
nfs4state.c 60.2 KB