diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-04 02:12:33 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-04 02:12:33 +0000 |
commit | e6bc1dd64d19155190057b551b781e4436567ace (patch) | |
tree | 896844bb72098fc2d055689ac19ba90a96ab1b1a | |
parent | 1246072d99666182fec480a5640dab136b6edff1 (diff) | |
download | samba-e6bc1dd64d19155190057b551b781e4436567ace.tar.gz samba-e6bc1dd64d19155190057b551b781e4436567ace.tar.bz2 samba-e6bc1dd64d19155190057b551b781e4436567ace.zip |
found a much simpler case that kills the posix locking
(This used to be commit b703cecf81dc62234171eaaa4c0cae448f144e1f)
-rw-r--r-- | source3/utils/locktest.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/utils/locktest.c b/source3/utils/locktest.c index f125ab241a..9d8d539727 100644 --- a/source3/utils/locktest.c +++ b/source3/utils/locktest.c @@ -43,11 +43,11 @@ struct preset { int start, len; int rw; } preset[] = { -{86, 37, 0, 1, 0, 29+41, WRITE_LOCK}, -{46, 21, 0, 1, 55, 7, READ_LOCK}, -{51, 35, 0, 0, 79, 2, WRITE_LOCK}, -{69, 97, 0, 1, 0, 0, 0}, -{35, 27, 1, 1, 1, 31+45, READ_LOCK}, +{86, 37, 0, 1, 0, 3, WRITE_LOCK}, +{46, 21, 0, 1, 1, 1, READ_LOCK}, +{51, 35, 0, 0, 10, 1, WRITE_LOCK}, +{69, 97, 0, 1, 0, 0, 0}, +{35, 27, 1, 1, 0, 3, READ_LOCK}, }; /* each server has two connections open to it. Each connection has two file |