[kernel] r4823 - patch-tracking

Dann Frazier dannf at costa.debian.org
Mon Nov 14 18:45:41 UTC 2005


Author: dannf
Date: Mon Nov 14 18:45:40 2005
New Revision: 4823

Modified:
   patch-tracking/nfsd-lease-leak.patch
Log:
syntax cleanup


Modified: patch-tracking/nfsd-lease-leak.patch
==============================================================================
--- patch-tracking/nfsd-lease-leak.patch	(original)
+++ patch-tracking/nfsd-lease-leak.patch	Mon Nov 14 18:45:40 2005
@@ -1,18 +1,12 @@
-## Lines beginning with '##' are just for this example - they shouldn't be
-## transferred to patch track files
-## A list of valid fields for patch description files, with examples
-Candidate: NEEDED
-## See: http://cve.mitre.org/cve/refs/refkey.html for mitre's reference key to
-## when adding to the References field
+Candidate: needed
 References:
- CONFIRM: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dc15ae14e97ee9d5ed740cbb0b94996076d8b37e
-          http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f3a9388e4ebea57583272007311fffa26ebbb305
- MISC:
+ CONFIRM:http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dc15ae14e97ee9d5ed740cbb0b94996076d8b37e
+ CONFIRM:http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f3a9388e4ebea57583272007311fffa26ebbb305
 Description: 
  [PATCH] VFS: Fix memory leak with file leases
  .
  http://linux.bkbits.net:8080/linux-2.6/diffs/fs/locks.c@1.70??nav=index.htm
-+introduced a pretty nasty memory leak in the lease code. When freeing
+ introduced a pretty nasty memory leak in the lease code. When freeing
  the lease, the code in locks_delete_lock() will correctly clean up
  the fasync queue, but when we return to fcntl_setlease(), the freed
  fasync entry will be reinstated.                                   



More information about the Kernel-svn-changes mailing list