[kernel] r16440 - dists/sid/linux-2.6/debian/patches/bugfix/all

Dann Frazier dannf at alioth.debian.org
Thu Oct 14 06:50:19 UTC 2010


Author: dannf
Date: Thu Oct 14 06:50:12 2010
New Revision: 16440

Log:
fix patch

Modified:
   dists/sid/linux-2.6/debian/patches/bugfix/all/fix-pktcdvd-ioctl-dev_minor-range-check.patch

Modified: dists/sid/linux-2.6/debian/patches/bugfix/all/fix-pktcdvd-ioctl-dev_minor-range-check.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/bugfix/all/fix-pktcdvd-ioctl-dev_minor-range-check.patch	Thu Oct 14 06:42:42 2010	(r16439)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/fix-pktcdvd-ioctl-dev_minor-range-check.patch	Thu Oct 14 06:50:12 2010	(r16440)
@@ -21,3 +21,14 @@
     [ Rather than add a cast, just make the function take the right type -Linus ]
     Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
 
+--- a/drivers/block/pktcdvd.c	2010-10-13 23:10:23.085658278 -0600
++++ b/drivers/block/pktcdvd.c	2010-10-14 00:39:05.433660121 -0600
+@@ -2408,7 +2408,7 @@ static void pkt_release_dev(struct pktcd
+ 	pkt_shrink_pktlist(pd);
+ }
+ 
+-static struct pktcdvd_device *pkt_find_dev_from_minor(int dev_minor)
++static struct pktcdvd_device *pkt_find_dev_from_minor(unsigned int dev_minor)
+ {
+ 	if (dev_minor >= MAX_WRITERS)
+ 		return NULL;



More information about the Kernel-svn-changes mailing list