From: pschwan Date: Tue, 18 Feb 2003 19:39:44 +0000 (+0000) Subject: merge b_setattr into b_devel. The highlights: X-Git-Tag: v1_7_110~2^11~187 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5968c89aa68b992d409629b2c1e892eeeced0a18;p=fs%2Flustre-release.git merge b_setattr into b_devel. The highlights: - proper LDLM_DEBUG macro fix, for gcc 3.2 (850) - failed open()s could cause deadlock; fixed (867, 869) - stop cancelling OST locks when files are closed (481) - overlapping XID spaces caused network corruption (851, 853) - fix unsafe fsfilt counter arithmetic; change to atomic_t - setattr_raw added, to do single-RPC, server-side setattrs - fix crashy race condition between ptlrpc_free_req and osc_close --- diff --git a/lustre/mds/mds_open.c b/lustre/mds/mds_open.c index 5278abc..bec31ca 100644 --- a/lustre/mds/mds_open.c +++ b/lustre/mds/mds_open.c @@ -1,10 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * lustre/mds/handler.c - * Lustre Metadata Server (mds) request handler - * - * Copyright (c) 2001, 2002 Cluster File Systems, Inc. + * Copyright (c) 2003 Cluster File Systems, Inc. * Author: Peter Braam * Author: Andreas Dilger * Author: Phil Schwan diff --git a/lustre/tests/acceptance-metadata-single.sh b/lustre/tests/acceptance-metadata-single.sh index 6201657..53774e5 100644 --- a/lustre/tests/acceptance-metadata-single.sh +++ b/lustre/tests/acceptance-metadata-single.sh @@ -138,3 +138,9 @@ for i in `seq 1 8`; do perl rename.pl --silent $MNT 2000 & done wait +sh rundbench 1 +sh rundbench 2 +sh rundbench 4 +sh rundbench 8 +sh rundbench 16 +sh rundbench 32