Author: hawk                         Date: Fri Jun  1 13:02:06 2007 GMT
Module: SOURCES                       Tag: hawk-LINUX_2_6
---- Log message:
- oops! fixed missing semicolon

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.1.2.9 -> 1.1.2.10) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.1.2.9 
SOURCES/linux-2.6-vs2.3.patch:1.1.2.10
--- SOURCES/linux-2.6-vs2.3.patch:1.1.2.9       Thu May 31 16:36:11 2007
+++ SOURCES/linux-2.6-vs2.3.patch       Fri Jun  1 15:02:00 2007
@@ -3459,7 +3459,7 @@
 +      if (hash->dqh_qop) {
 +              down_write(&dqh_dqopt(hash)->dqptr_sem);
 +              remove_dquot_ref(hash, type, &tofree_head);
-+              up_write(&dqh_dqopt(hash)->dqptr_sem)
++              up_write(&dqh_dqopt(hash)->dqptr_sem);
                put_dquot_list(&tofree_head);
        }
  }
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/linux-2.6-vs2.3.patch?r1=1.1.2.9&r2=1.1.2.10&f=u

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

Reply via email to