SOURCES (hawk-LINUX_2_6): linux-2.6-vs2.3.patch - oops! fixed miss...
hawk
hawk at pld-linux.org
Fri Jun 1 15:02:08 CEST 2007
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
More information about the pld-cvs-commit
mailing list