From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: with ECARTIS (v1.0.0; list xfs); Mon, 01 Sep 2008 21:52:52 -0700 (PDT) Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id m824ql6q006479 for ; Mon, 1 Sep 2008 21:52:49 -0700 Message-ID: <48BCC8C2.7040103@sgi.com> Date: Tue, 02 Sep 2008 15:01:54 +1000 From: Lachlan McIlroy Reply-To: lachlan@sgi.com MIME-Version: 1.0 Subject: [PATCH] buffer flag NONE is actually DONE Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com List-Id: xfs To: xfs-dev , xfs-oss Amazing but true. --- a/fs/xfs/xfsidbg.c 2008-09-02 14:52:11.000000000 +1000 +++ b/fs/xfs/xfsidbg.c 2008-09-02 14:51:04.000000000 +1000 @@ -1926,7 +1926,7 @@ static int kdbm_iptraceaddr( static char *bp_flag_vals[] = { /* 0 */ "READ", "WRITE", "MAPPED", "PARTIAL", "ASYNC", -/* 5 */ "NONE", "DELWRI", "STALE", "FS_MANAGED", "FS_DATAIOD", +/* 5 */ "DONE", "DELWRI", "STALE", "FS_MANAGED", "FS_DATAIOD", /* 10 */ "FORCEIO", "FLUSH", "READ_AHEAD", "DIRECTIO", "LOCK", /* 15 */ "TRYLOCK", "DONT_BLOCK", "PAGE_CACHE", "KMEM_ALLOC", "RUN_QUEUES", /* 20 */ "PRIVATE_BH", "DELWRI_Q",