public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] buffer flag NONE is actually DONE
@ 2008-09-02  5:01 Lachlan McIlroy
  2008-09-02  7:04 ` Timothy Shimmin
  0 siblings, 1 reply; 3+ messages in thread
From: Lachlan McIlroy @ 2008-09-02  5:01 UTC (permalink / raw)
  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",

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-03  3:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-02  5:01 [PATCH] buffer flag NONE is actually DONE Lachlan McIlroy
2008-09-02  7:04 ` Timothy Shimmin
2008-09-03  4:04   ` Lachlan McIlroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox