svn commit: samba r13795 - in trunk/source/torture: .

jra at samba.org jra at samba.org
Thu Mar 2 20:05:07 GMT 2006


Author: jra
Date: 2006-03-02 20:05:07 +0000 (Thu, 02 Mar 2006)
New Revision: 13795

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13795

Log:
Fix the traversal for locktest.
Jeremy.

Modified:
   trunk/source/torture/locktest.c


Changeset:
Modified: trunk/source/torture/locktest.c
===================================================================
--- trunk/source/torture/locktest.c	2006-03-02 19:26:33 UTC (rev 13794)
+++ trunk/source/torture/locktest.c	2006-03-02 20:05:07 UTC (rev 13795)
@@ -99,9 +99,13 @@
 
 static struct record *recorded;
 
-static void print_brl(SMB_DEV_T dev, SMB_INO_T ino, struct process_id pid, 
-		      enum brl_type lock_type,
-		      br_off start, br_off size)
+static void print_brl(SMB_DEV_T dev,
+			SMB_INO_T ino,
+			struct process_id pid, 
+			enum brl_type lock_type,
+			enum brl_flavour lock_flav,
+			br_off start,
+			br_off size)
 {
 #if NASTY_POSIX_LOCK_HACK
 	{



More information about the samba-cvs mailing list