Whamcloud - gitweb
merge b_setattr into b_devel. The highlights:
authorpschwan <pschwan>
Tue, 18 Feb 2003 19:39:44 +0000 (19:39 +0000)
committerpschwan <pschwan>
Tue, 18 Feb 2003 19:39:44 +0000 (19:39 +0000)
- 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

lustre/mds/mds_open.c
lustre/tests/acceptance-metadata-single.sh

index 5278abc..bec31ca 100644 (file)
@@ -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 <braam@clusterfs.com>
  *   Author: Andreas Dilger <adilger@clusterfs.com>
  *   Author: Phil Schwan <phil@clusterfs.com>
index 6201657..53774e5 100644 (file)
@@ -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