• Andrew Morton's avatar
    [PATCH] file locking memory leak · f5aaaa3e
    Andrew Morton authored
    From: Matthew Wilcox <willy@debian.org>
    
    This patch fixes a memory leak in the file locking code.  Each attempt to
    unlock a file would result in the leak of a file lock.  Many thanks to
    Martin Josefsson for providing the testcase which enabled me to figure out
    the problem.
    f5aaaa3e
locks.c 49 KB