Received: by oss.sgi.com id ; Wed, 9 Aug 2000 15:19:46 -0700 Received: from deliverator.sgi.com ([204.94.214.10]:28453 "EHLO deliverator.sgi.com") by oss.sgi.com with ESMTP id ; Wed, 9 Aug 2000 15:19:26 -0700 Received: from ledzep.cray.com (ledzep.americas.sgi.com [137.38.226.97]) by deliverator.sgi.com (980309.SGI.8.8.8-aspam-6.2/980310.SGI-aspam) via ESMTP id PAA25880 for ; Wed, 9 Aug 2000 15:11:21 -0700 (PDT) mail_from (lord@sgi.com) Received: from daisy-e185.americas.sgi.com (daisy.mw.cray.com [128.162.185.214]) by ledzep.cray.com (SGI-SGI-8.9.3/craymail-smart-nospam1.0) with ESMTP id RAA35528 for ; Wed, 9 Aug 2000 17:16:24 -0500 (CDT) Received: from jen.americas.sgi.com (jen.americas.sgi.com [128.162.184.86]) by daisy-e185.americas.sgi.com (980427.SGI.8.8.8/SGI-server-1.6) with ESMTP id RAA43260 for ; Wed, 9 Aug 2000 17:16:24 -0500 (CDT) From: Steve Lord Received: by jen.americas.sgi.com (8.9.3/SGI-client-1.6c) id RAA00433; Wed, 9 Aug 2000 17:14:40 -0500 Message-Id: <200008092214.RAA00433@jen.americas.sgi.com> Date: Wed, 9 Aug 2000 17:14:40 -0500 Subject: TAKE - small extension to the page buf stats interface To: unlisted-recipients:; (no To-header on input) Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing Add a counter for the number of times we end up sleeping trying to get a pagebuf lock. Date: Wed Aug 9 15:15:40 PDT 2000 Workarea: jen.americas.sgi.com:/src/lord/xfs-linux.2.4.0-test5 The following file(s) were checked into: bonnie.engr.sgi.com:/isms/slinx/2.4.0-test1-xfs Modid: 2.4.0-test1-xfs:slinx:71722a linux/include/linux/page_buf.h - 1.59 - Add a new stat counter for page buf locks which have to sleep. linux/fs/pagebuf/page_buf_locking.c - 1.6 - Add a new stat counter for page buf locks which have to sleep.