[PATCH] file locking memory leak
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.
Showing
Please register or sign in to comment