Author: pluto                        Date: Mon Aug 22 08:46:15 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- revert /dev/inotify minor change.

---- Files affected:
SOURCES:
   dev-list (1.28 -> 1.29) , linux-static-dev.patch (1.1.6.2 -> 1.1.6.3) 

---- Diffs:

================================================================
Index: SOURCES/dev-list
diff -u SOURCES/dev-list:1.28 SOURCES/dev-list:1.29
--- SOURCES/dev-list:1.28       Fri Aug 19 16:58:17 2005
+++ SOURCES/dev-list    Mon Aug 22 10:46:10 2005
@@ -3932,7 +3932,7 @@
 %dev(c,185,1) %attr(600,root,root) /dev/intermezzo1
 %dev(c,185,2) %attr(600,root,root) /dev/intermezzo2
 %dev(c,185,3) %attr(600,root,root) /dev/intermezzo3
-%dev(c,10,62) %attr(444,root,root) /dev/inotify
+%dev(c,10,61) %attr(444,root,root) /dev/inotify
 %dev(c,95,3) %attr(600,root,root) /dev/ipauth
 %dev(c,254,0) %attr(600,root,root) /dev/ipmi0
 %dev(c,10,173) %attr(600,root,root) /dev/ipmikcs

================================================================
Index: SOURCES/linux-static-dev.patch
diff -u SOURCES/linux-static-dev.patch:1.1.6.2 
SOURCES/linux-static-dev.patch:1.1.6.3
--- SOURCES/linux-static-dev.patch:1.1.6.2      Fri Aug 19 16:58:17 2005
+++ SOURCES/linux-static-dev.patch      Mon Aug 22 10:46:10 2005
@@ -5,7 +5,7 @@
  
        if (misc->minor == MISC_DYNAMIC_MINOR) {
 -              int i = DYNAMIC_MINORS;
-+              int i = DYNAMIC_MINORS - 2 /* reserved */;
++              int i = DYNAMIC_MINORS - 3 /* reserved */;
                while (--i >= 0)
                        if ( (misc_minors[i>>3] & (1 << (i&7))) == 0)
                                break;
@@ -27,7 +27,7 @@
  
  static struct miscdevice inotify_device = {
 -      .minor  = MISC_DYNAMIC_MINOR,
-+      .minor  = 62 /* MISC_DYNAMIC_MINOR */,
++      .minor  = 61 /* MISC_DYNAMIC_MINOR */,
        .name   = "inotify",
        .fops   = &inotify_fops,
  };
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dev-list?r1=1.28&r2=1.29&f=u
    
http://cvs.pld-linux.org/SOURCES/linux-static-dev.patch?r1=1.1.6.2&r2=1.1.6.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to