--------------------- PatchSet 1382 Date: 2001/01/25 15:15:19 Author: adri Branch: sfs Tag: (none) Log: Add the debug section '82' for SFS Fix a comment to be in the right place. :) Members: doc/debug-sections.txt:1.3->1.3.6.1 src/fs/sfs/sfs_interface.c:1.1.2.4->1.1.2.5 src/fs/sfs/sfs_llo.c:1.1.2.2->1.1.2.3 Index: squid/doc/debug-sections.txt =================================================================== RCS file: /cvsroot/squid-sf//squid/doc/debug-sections.txt,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -u -r1.3 -r1.3.6.1 --- squid/doc/debug-sections.txt 7 Jan 2001 23:53:36 -0000 1.3 +++ squid/doc/debug-sections.txt 25 Jan 2001 15:15:19 -0000 1.3.6.1 @@ -86,3 +86,4 @@ section 79 HTTP Meter Header section 80 WCCP section 81 Store Removal/Replacement policy +section 82 SFS Index: squid/src/fs/sfs/sfs_interface.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/fs/sfs/Attic/sfs_interface.c,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- squid/src/fs/sfs/sfs_interface.c 25 Jan 2001 12:10:45 -0000 1.1.2.4 +++ squid/src/fs/sfs/sfs_interface.c 25 Jan 2001 15:15:20 -0000 1.1.2.5 @@ -10,7 +10,7 @@ */ /* - * DEBUG 78 + * DEBUG 82 */ #include "squid.h" Index: squid/src/fs/sfs/sfs_llo.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/fs/sfs/Attic/sfs_llo.c,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/src/fs/sfs/sfs_llo.c 25 Jan 2001 12:10:45 -0000 1.1.2.2 +++ squid/src/fs/sfs/sfs_llo.c 25 Jan 2001 15:15:20 -0000 1.1.2.3 @@ -319,8 +319,8 @@ lnode = lnode->next; } i = 0; + /* Waiting for the request queue to be empty of all bar the umount request */ while ((mnt->request_queue.head->next) && (i < 5)) { -/* Waiting for the request queue to be empty of all bar the umount request */ i++; sleep(1); }