• Stephen Rothwell's avatar
    [PATCH] make file leases work as they should · 23b9a9a3
    Stephen Rothwell authored
    This patch fixes the following problems in the file lease:
    	when there are multiple shared leases on a file, all the
    		lease holders get notified when someone opens the
    		file for writing (used to be only the first).
    	when a nonblocking open breaks a lease, it will time out
    		as it should (used to never time out).
    
    This should make the leases code more usable (hopefully).
    23b9a9a3
locks.c 47.7 KB