From 49b23fe248ae6582ad1c12c52c2cd7a658964c0c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 20 Oct 2009 17:41:27 -0700 Subject: [PATCH] Fix comments on new test. Jeremy --- source3/torture/torture.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 7b92beae26d..ca499a9fcc8 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -2,6 +2,7 @@ Unix SMB/CIFS implementation. SMB torture tester Copyright (C) Andrew Tridgell 1997-1998 + Copyright (C) Jeremy Allison 2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -2179,9 +2180,8 @@ fail: /* * This test is designed to be run in conjunction with * external NFS or POSIX locks taken in the filesystem. - * It will block until the lock is taken (and is designed - * to do so). Check out scripts/tests/test_nfslock_s3.sh. - * JRA. + * It checks that the smbd server will block until the + * lock is released and then acquire it. JRA. */ static bool got_alarm; -- 2.34.1